FreeBSD Ports Management Helpful Commands

Some useful tools and commands to manage your ports collection. This uses the new pkg command set instead of the old pkg_xxx commands.

1.Find info for a port

pkg info <portname>

 

2.Find all the ports on which a port depends on

pkg info -d <portname>

 

3.Find all ports which are dependent on this port

pkg info -r <portname>

 

Be the first to comment

Leave a Reply

Your email address will not be published.


*