Created
March 18, 2012 06:13
-
-
Save suvene/2069307 to your computer and use it in GitHub Desktop.
mac ports
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# update | |
sudo port -d selfupdate | |
sudo port -d sync | |
sudo port upgrade outdated | |
# install | |
sudo port installed | |
sudo port search <module> | |
sudo port install <module @version> | |
sudo port variants <module> | |
sudo port uninstall <module @version> | |
# [de]active | |
sudo port active <module> | |
sudo port deactive <module> | |
# | |
sudo port clean <modle> | |
sudo port sync |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment