一、系统更新(类似yum update、apt-get update)
1、取回源
portsnap fetch
2、解压
portsnap extract
3、更新
portsnap update
二、安装软件包
更新后软件包列表在/usr/ports/目录中
查询软件包:
cd /usr/ports/ make search name=软件名 make quicksearch name=软件名
安装软件包:
cd /usr/ports/www/firefox make install firefox
卸载软件包:
cd /usr/ports/www/firefox make deinstall firefox
与yum、apt-get、aptitude不同,BSD软件安装为编译安装,时间比较长。
存在依赖的包,在安装过程中会弹出蓝色选择安装界面。
时间: 2024-11-04 18:36:59