FreeBSD:软件安装:修订间差异
imported>Riguz 无编辑摘要 |
imported>Riguz 无编辑摘要 |
||
第19行: | 第19行: | ||
删除 | 删除 | ||
<source lang="bash"> | <source lang="bash"> | ||
pkg delete curl | |||
</source> | </source> | ||
[[Category:Linux/Unix]] | [[Category:Linux/Unix]] |
2018年8月31日 (五) 15:48的版本
搜索软件包
pkg search git
pkg search -o git
whereis git
echo /usr/ports/*/*git*
已安装的软件包
pkg info
安装
pkg install curl
删除
pkg delete curl