Home | 簡體中文 | 繁體中文 | 雜文 | 打賞(Donations) | ITEYE 博客 | OSChina 博客 | Facebook | Linkedin | 知乎專欄 | Search | Email

2.3. ports

2.3.1. update ports

update your port tree by typing following commands:

# portsnap fetch
# portsnap extract
# portsnap update
			

首次運行 portsnap 需要執行 portsnap extract 這個步驟,之後不再需要,直接運行 portsnap update 即可

2.3.2. install

# cd /usr/ports/lang/php5
# make install
			

reinstall

# make reinstall
			

2.3.3. remove

# make deinstall
			

如果用make install clean 安裝,請用 pkg_delete 卸載

2.3.4. config menu

# cd /usr/ports/lang/php5
# make config
# make install