This site is to serve as my note-book and to effectively communicate with my students and collaborators. Every now and then, a blog may be of interest to other researchers or teachers. Views in this blog are my own. All rights of research results and findings on this blog are reserved. See also http://youtube.com/c/hongqin @hongqin
Friday, February 22, 2013
macPort usage
sudo port selfupdate
Running this command on a regular basis is recommended -- it ensures your
MacPorts installation is always up to date. Afterwards, you may search for ports to install:
port search <portname>
where <portname> is the name of the port you are searching for, or a partial name.
To install a port you've chosen, you need to run the port install command as the Unix superuser:
sudo port install <portname>
Reference
man port
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment