Installation of MacPorts in MAC OS x use Memo

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.

MacPorts is used in the use, so the installation and use of the method is recorded here for future reference.

Visit the official website http://www.macports.org/install.php, there are two ways of installing DMG and installing the source code here.

dmg words to download the package for your system, step by step installation can be.

Install macports via source, example:

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

Installation of MacPorts in MAC OS x use Memo

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.