FreeBSD:软件安装:修订间差异
imported>Riguz 无编辑摘要 |
imported>Riguz 无编辑摘要 |
||
第5行: | 第5行: | ||
whereis git | whereis git | ||
echo /usr/ports/*/*git* | echo /usr/ports/*/*git* | ||
</source> | |||
已安装的软件包 | |||
<source lang="bash"> | |||
pkg info | |||
</source> | </source> | ||
第12行: | 第17行: | ||
</source> | </source> | ||
删除 | |||
<source lang="bash"> | |||
</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
删除