Mac OS X中MacPorts的安裝使用備忘

來源:互聯網
上載者:User

標籤:

Mac下面除了用dmg、pkg來安裝軟體外,比較方便的還有用MacPorts來協助你安裝其他應用程式,跟BSD中的ports道理一樣。MacPorts就像apt-get、yum一樣,可以快速安裝些軟體。

在使用中剛好用到了MacPorts,所以把安裝和使用方法記錄在這裡以備查。

訪問官方網站http://www.macports.org/install.php,這裡提供有dmg安裝和源碼安裝兩種方式。

dmg的話下載適合你系統的包,一步步安裝即可

通過Source安裝MacPorts,例子:

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和/opt/local/sbin添加到$PATH搜尋路徑中

編輯/etc/profile檔案中,加上

export PATH=/opt/local/bin:$PATH

export PATH=/opt/local/sbin:$PATH

 

MacPorts使用

更新ports tree和MacPorts版本,強烈推薦第一次啟動並執行時候使用-v參數,顯示詳細的更新過程。

sudo port -v selfupdate

搜尋索引中的軟體

port search name

安裝新軟體

sudo port install name

卸載軟體

sudo port uninstall name

查看有更新的軟體以及版本

port outdated

升級可以更新的軟體

sudo port upgrade outdated

Eclipse的外掛程式需要subclipse需要JavaHL,下面通過MacPorts來安裝

sudo port install subversion-javahlbindings

Mac OS X中MacPorts的安裝使用備忘

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.