FreeBSD系統更新與軟件安裝方法

1、系統更新fetch

freebsd-update fetch
freebsd-update install

2、軟件源更新(相似yum update、apt-get update)ui

一、取回源spa

portsnap fetch

二、解壓firefox

portsnap extract

三、更新code

portsnap update

3、編譯安裝軟件包blog

更新後軟件包列表在/usr/ports/目錄中get

查詢軟件包:it

cd /usr/ports/
make search name=軟件名
make quicksearch name=軟件名

安裝軟件包:編譯

cd /usr/ports/www/firefox
make install firefox

卸載軟件包:class

cd /usr/ports/www/firefox
make deinstall firefox

與yum、apt-get、aptitude不一樣,BSD軟件安裝爲編譯安裝,時間比較長。

存在依賴的包,在安裝過程當中會彈出藍色選擇安裝界面。

4、非編譯安裝軟件包(相似yum、aptitude)

pkg install 軟件名
相關文章
相關標籤/搜索