add new chinese translations
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
# choco uninstall
|
||||
# choco 卸载
|
||||
|
||||
> 使用 Chocolatey 卸载一个或多个包。
|
||||
> 更多信息:<https://chocolatey.org/docs/commands-uninstall>.
|
||||
> 使用 Chocolatey 卸载软件包。
|
||||
> 更多信息:<https://chocolatey.org/docs/commands-uninstall>。
|
||||
|
||||
- 卸载一个或多个用空格分隔的软件包:
|
||||
- 卸载一个或多个软件包:
|
||||
|
||||
`choco uninstall {{包名 『包名』 ..}}`
|
||||
`choco 卸载 {{package1 package2 ...}}`
|
||||
|
||||
- 卸载一个指定版本的包:
|
||||
- 卸载特定版本的软件包:
|
||||
|
||||
`choco uninstall {{包名}} --version {{版本号}}`
|
||||
`choco 卸载 {{package}} --version {{version}}`
|
||||
|
||||
- 自动确认所有提示:
|
||||
|
||||
`choco uninstall {{包名}} --yes`
|
||||
`choco 卸载 {{package}} --yes`
|
||||
|
||||
- 卸载时同时删除其所有的依赖:
|
||||
- 卸载时移除所有依赖项:
|
||||
|
||||
`choco uninstall {{包名}} --remove-dependencies`
|
||||
`choco 卸载 {{package}} --remove-dependencies`
|
||||
|
||||
- 卸载全部包:
|
||||
- 卸载所有软件包:
|
||||
|
||||
`choco uninstall all`
|
||||
`choco 卸载 all`
|
Reference in New Issue
Block a user