From 4c35fd2ae0e3523ec5215465a6e0a05b6eadc0b5 Mon Sep 17 00:00:00 2001 From: Starccy <452276725@qq.com> Date: Sun, 10 Mar 2019 21:58:28 +0800 Subject: [PATCH] choco-uninstall: add Chinese translation --- pages.zh/windows/choco-uninstall.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pages.zh/windows/choco-uninstall.md diff --git a/pages.zh/windows/choco-uninstall.md b/pages.zh/windows/choco-uninstall.md new file mode 100644 index 0000000000..2c1389e8d4 --- /dev/null +++ b/pages.zh/windows/choco-uninstall.md @@ -0,0 +1,23 @@ +# choco uninstall + +> 使用Chocolatey卸载一个或多个包. + +- 卸载一个或多个用空格分隔的软件包: + +`choco uninstall {{包名 [包名] ..}}` + +- 卸载一个指定版本的包: + +`choco uninstall {{包名}} --version {{版本号}}` + +- 自动确认所有提示: + +`choco uninstall {{包名}} --yes` + +- 卸载时同时删除其所有的依赖: + +`choco uninstall {{包名}} --remove-dependencies` + +- 卸载全部包: + +`choco uninstall all`