add new chinese translations
This commit is contained in:
20
pages.zh/common/cpan.md
Normal file
20
pages.zh/common/cpan.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# cpan
|
||||
|
||||
> 查询、下载并构建来自CPAN网站的Perl模块。
|
||||
> 更多信息:<https://manned.org/cpan>。
|
||||
|
||||
- 安装模块(`-i` 是可选的):
|
||||
|
||||
`cpan {{-i}} {{module_name}}`
|
||||
|
||||
- 强制安装模块(`-i` 不是可选的):
|
||||
|
||||
`cpan -fi {{module_name}}`
|
||||
|
||||
- 升级所有已安装的模块:
|
||||
|
||||
`cpan -u`
|
||||
|
||||
- 重新编译模块:
|
||||
|
||||
`cpan -r`
|
Reference in New Issue
Block a user