FreeBSD:软件安装:修订间差异

来自WHY42
imported>Riguz
无编辑摘要
imported>Riguz
无编辑摘要
第1行: 第1行:
搜索软件包
搜索软件包
<source lang="bash">
<source lang="bash">
portsnap fetch
pkg search git
pkg search git
pkg search -o git
pkg search -o git

2018年8月31日 (五) 16:00的版本

搜索软件包

portsnap fetch

pkg search git
pkg search -o git
whereis git
echo /usr/ports/*/*git*

已安装的软件包

pkg info

安装

pkg install curl

升级

pkg upgrade

删除

pkg delete curl