MacPorts installation and use in Mac OS x

Source: Internet
Author: User

Under the Mac in addition to use DMG, pkg to install software, more convenient also useful macports to help you install other applications, and BSD in the same ports. MacPorts, like Apt-get and Yum, can quickly install some software.

The installation and usage of MacPorts are recorded here for your reference.

Visit the official website http://www.macports.org/install.php, here is provided with DMG installation and source installation two ways, DMG said more, download macports-1.9.2-10.6-snowleopard.dmg, next step to install.

Installing MacPorts via Source

wget http://distfiles.macports.org/MacPorts/MacPorts-1.9.2.tar.gz
Tar zxvf macports-1.9.2.tar.gz
CD MacPorts-1.9.2
./configure && make && sudo make install
Cd.. /
RM-RF macports-1.9.2*


/opt/local/bin and/opt/local/sbin are then added to the $path search path
Edit the/etc/profile file, plus

Export Path=/opt/local/bin: $PATH
Export Path=/opt/local/sbin: $PATH

MacPorts use
Updating the ports tree and MacPorts versions, it is highly recommended to use the-v parameter for the first run, showing the detailed update process.
sudo port-v selfupdate

Software in the search index
Port Search Name

Install new software
sudo port install name

Uninstalling software
sudo port uninstall name

Check for updated software and versions
Port outdated

Upgrade software that can be updated
sudo port upgrade outdated

Eclipse plug-in needs subclipse need Javahl, below through MacPorts to install
sudo port install subversion-javahlbindings

MacPorts installation and use in Mac OS x

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.