The installation of MacPorts can be found here. Below are the common usage of MacPorts :
Search for available ports :
port -v search <port name>e.g.
port -v search vim
Find out what variants a ports have :
port variants <port name>e.g.
port variants apache2
Ports (or program) to install :
port -v install <port name>e.g.
port -v install mysql
Ports with variants to install :
port -v install <port name> <+variant1 +variant2 +variant3 ...>e.g.
port -v install mutt +nntp +imap +pop +ssl
Check out what ports installed needed to be upgrade :
port -v outdatede.g.
port -v outdated
Upgrade the outdated ports :
port -v upgrade installede.g.
port -v upgrade installed
Upgrade the list of ports with the latest on macports repository :
port -v selfupdatee.g.
port -v selfupdate
Hasta la vista !!!
No comments:
Post a Comment