mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-02-03 23:40:14 +08:00
translated by cycoe
This commit is contained in:
parent
662fe112a8
commit
17efdb43d0
@ -1,5 +1,3 @@
|
|||||||
translating by cycoe
|
|
||||||
cycoe 翻译中
|
|
||||||
12 条实用的 zypper 命令范例
|
12 条实用的 zypper 命令范例
|
||||||
======
|
======
|
||||||
zypper 是 Suse Linux 系统的包和补丁管理器,你可以根据下面的 12 条附带输出示例的实用范例来学习 zypper 命令的使用。
|
zypper 是 Suse Linux 系统的包和补丁管理器,你可以根据下面的 12 条附带输出示例的实用范例来学习 zypper 命令的使用。
|
||||||
@ -34,8 +32,7 @@ root@kerneltalks # zypper
|
|||||||
--xmlout, -x 切换至 XML 输出
|
--xmlout, -x 切换至 XML 输出
|
||||||
--ignore-unknown, -i 忽略未知的包
|
--ignore-unknown, -i 忽略未知的包
|
||||||
|
|
||||||
--reposd-dir, -D <dir> Use alternative repository definition file
|
--reposd-dir, -D <dir> 使用自定义仓库文件目录
|
||||||
directory.
|
|
||||||
--cache-dir, -C <dir> 为所有缓存启用可选路径
|
--cache-dir, -C <dir> 为所有缓存启用可选路径
|
||||||
--raw-cache-dir <dir> 启用可选 raw 元数据缓存路径
|
--raw-cache-dir <dir> 启用可选 raw 元数据缓存路径
|
||||||
--solv-cache-dir <dir> 启用可选 solv 文件缓存路径
|
--solv-cache-dir <dir> 启用可选 solv 文件缓存路径
|
||||||
@ -47,16 +44,16 @@ root@kerneltalks # zypper
|
|||||||
--plus-repo, -p <URI> 使用附加仓库
|
--plus-repo, -p <URI> 使用附加仓库
|
||||||
--plus-content <tag> 另外使用禁用的仓库来提供特定的关键词
|
--plus-content <tag> 另外使用禁用的仓库来提供特定的关键词
|
||||||
尝试 '--plus-content debug' 选项来启用仓库
|
尝试 '--plus-content debug' 选项来启用仓库
|
||||||
--disable-repositories Do not read meta-data from repositories.
|
--disable-repositories 不从仓库中读取元数据
|
||||||
--no-refresh Do not refresh the repositories.
|
--no-refresh 不刷新仓库
|
||||||
--no-cd Ignore CD/DVD repositories.
|
--no-cd 忽略 CD/DVD 中的仓库
|
||||||
--no-remote Ignore remote repositories.
|
--no-remote 忽略远程仓库
|
||||||
--releasever Set the value of $releasever in all .repo files (default: distribution version)
|
--releasever 设置所有 .repo 文件中的 $releasever 变量(默认值:发行版版本)
|
||||||
|
|
||||||
Target Options:
|
Target Options:
|
||||||
--root, -R <dir> Operate on a different root directory.
|
--root, -R <dir> 在另一个根路径下进行操作
|
||||||
--disable-system-resolvables
|
--disable-system-resolvables
|
||||||
Do not read installed packages.
|
不读取已安装包
|
||||||
|
|
||||||
命令:
|
命令:
|
||||||
help, ? 打印帮助
|
help, ? 打印帮助
|
Loading…
Reference in New Issue
Block a user