FreeBSD:软件安装:修订间差异
imported>Riguz 无编辑摘要 |
imported>Riguz 无编辑摘要 |
||
第2行: | 第2行: | ||
<source lang="bash"> | <source lang="bash"> | ||
portsnap fetch | portsnap fetch | ||
portsnap extract | |||
portsnap update | |||
portsnap fetch update | |||
pkg search git | pkg search git |
2018年8月31日 (五) 16:03的版本
搜索软件包
portsnap fetch
portsnap extract
portsnap update
portsnap fetch update
pkg search git
pkg search -o git
whereis git
echo /usr/ports/*/*git*
已安装的软件包
pkg info
安装
pkg install curl
升级
pkg upgrade
删除
pkg delete curl