当前位置: 首页 > 工具软件 > MacPorts > 使用案例 >

macports

葛胡媚
2023-12-01
在安装macports之前一定要记得安装Xcode喔 下载最新的macports 有Mac OS X Package安装包,Mac OS X dmg安装包两种随你喜欢!! 安装完成后将/opt/local/bin和/opt/local/sbin添加到$PATH搜索路径 export PATH=/opt/local/bin:/opt/local/sbin:$PATH 也就是~/.profile 文件中关于Mac OS X下设置环境变量,可以参考官方手册! 基本命令: 更新ports $sudo port selfupdate 搜索软件 $port search 软件名 安装新软件 $sudo port install 软件名 卸载软件 $sudo port uninstall 软件名 升级软件$sudo port upgrade 软件 例: du-dudeibook-g4:~ dudu$ sudo port install lynx Password: ---> Fetching lynx ---> Attempting to fetch lynx2.8.6rel.5.tar.bz2 from http://lynx.isc.org/current/ ---> Verifying checksum(s) for lynx ---> Extracting lynx ---> Applying patches to lynx ---> Configuring lynx ---> Building lynx ---> Staging lynx into destroot ---> Installing lynx @2.8.6rel.5_1+ssl ---> Activating lynx @2.8.6rel.5_1+ssl ---> Cleaning lynx du-dudeibook-g4:~ dudu$
 类似资料:

相关文章

相关问答