FreeBSD:软件安装:修订间差异
imported>Riguz 创建页面,内容为“搜索软件包 <source lang="bash"> pkg search git pkg search -o git whereis git echo /usr/ports/*/*git* </source> Category:Linux/Unix” |
imported>Riguz 无编辑摘要 |
||
第6行: | 第6行: | ||
echo /usr/ports/*/*git* | echo /usr/ports/*/*git* | ||
</source> | </source> | ||
安装 | |||
<source lang="bash"> | |||
pkg install curl | |||
</source> | |||
[[Category:Linux/Unix]] | [[Category:Linux/Unix]] |
2018年8月31日 (五) 15:47的版本
搜索软件包
pkg search git
pkg search -o git
whereis git
echo /usr/ports/*/*git*
安装
pkg install curl