Zypper是SUSE Linux下用於管理軟件的程序,擁有多種功能,那麼Linux下要如何使用Zypper命令來管理軟件呢?下面小編就給大家介紹下SUSE Linux使用Zypper命令的方法,感興趣的朋友可以來了解下。
Zypper是SUSE Linux中用於安裝,升級,卸載,管理倉庫、進行各種包查詢的命令行接口。本篇將會討論zypper的幾個不同命令的例子。
語法:
# zypper [--global-opts] 《command》 [--command-opts] [command-arguments]
中括號中的部分可以不需要。執行zypper最簡單的方法是輸入 zypper 及 。
例子1:列出可用的全局選項和命令
打開終端,輸入zypper並按回車,它會顯示所有可用的全局選項和命令。
linux-xa3t:~# zypper
例子2:獲得zypper的某個命令的幫助
語法: zypper help [command]
linux-xa3t:~# zypper help remove
remove (rm)[options]《capability》。。.
Remove packages with specified capabilities.
A capability is NAME[.ARCH][OP《VERSION》],where OP is one of 《,《=,=,》=,》。
Command options:
-r,--repo 《alias|#|URI》Load only the specified repository.
-t,--type 《type》Type of package(package, patch, pattern, product)。
Default:package.
-n,--name Select packages by plain name,notby capability.
-C,--capability Select packages by capability.
--debug-solver Create solver test casefor debugging.
-R,--no-force-resolution Donot force the solver to find solution,let it ask.
--force-resolution Force the solver to find a solution (even an aggressive one)。
-u,--clean-deps Automatically remove unneeded dependencies.
-U,--no-clean-deps No automatic removal of unneeded dependencies.
-D,--dry-run Test the removal,donot actually remove.
例子3:打開zypper shell/會話
linux-xa3t:~# zypper sh
zypper》
或
linux-xa3t:~# zypper shell
zypper》
例子4:列出已定義的倉庫
linux-xa3t:~# zypper repos
或
linux-xa3t:~# zypper lr
4.1) 以表格的形式列出倉庫的URI
4.2) 以優先級列出倉庫
linux-xa3t:~# zypper lr -p
上一頁12下一頁共2頁