centos 7 yum 使用文件

渭水文抄公發表於2020-12-15
[root@localhost /]# usr/bin/yum
已載入外掛:fastestmirror, langpacks
您需要給出命令
Usage: yum [options] COMMAND

List of Commands:

check          檢查 RPM 資料庫問題
check-update   檢查是否有可用的軟體包更新
clean          刪除快取資料
deplist        列出軟體包的依賴關係
distribution-synchronization 已同步軟體包到最新可用版本
downgrade      降級軟體包
erase          從系統中移除一個或多個軟體包
fs             Acts on the filesystem data of the host, mainly for removing docs/lanuages for minimal hosts.
fssnapshot     Creates filesystem snapshots, or lists/deletes current snapshots.
groups         顯示或使用、組資訊
help           顯示用法提示
history        顯示或使用事務歷史
info           顯示關於軟體包或組的詳細資訊
install        向系統中安裝一個或多個軟體包
langavailable  Check available languages
langinfo       List languages information
langinstall    Install appropriate language packs for a language
langlist       List installed languages
langremove     Remove installed language packs for a language
list           列出一個或一組軟體包
load-transaction 從檔名中載入一個已存事務
makecache      建立後設資料快取
provides       查詢提供指定內容的軟體包
reinstall      覆蓋安裝軟體包
repo-pkgs      將一個源當作一個軟體包組,這樣我們就可以一次性安裝/移除全部軟體包。
repolist       顯示已配置的源
search         在軟體包詳細資訊中搜尋指定字串
shell          執行互動式的 yum shell
swap           Simple way to swap packages, instead of using shell
update         更新系統中的一個或多個軟體包
update-minimal Works like upgrade, but goes to the 'newest' package match which fixes a problem that affects your system
updateinfo     Acts on repository update information
upgrade        更新軟體包同時考慮軟體包取代關係
version        顯示機器和/或可用的源版本。


Options:
  -h, --help            顯示此幫助訊息並退出
  -t, --tolerant        忽略錯誤
  -C, --cacheonly       完全從系統快取執行,不升級快取
  -c [config file], --config=[config file]
                        配置檔案路徑
  -R [minutes], --randomwait=[minutes]
                        命令最長等待時間
  -d [debug level], --debuglevel=[debug level]
                        除錯輸出級別
  --showduplicates      在 list/search 命令下,顯示源裡重複的條目
  -e [error level], --errorlevel=[error level]
                        錯誤輸出級別
  --rpmverbosity=[debug level name]
                        RPM 除錯輸出級別
  -q, --quiet           靜默執行
  -v, --verbose         詳盡的操作過程
  -y, --assumeyes       回答全部問題為是
  --assumeno            回答全部問題為否
  --version             顯示 Yum 版本然後退出
  --installroot=[path]  設定安裝根目錄
  --enablerepo=[repo]   啟用一個或多個軟體源(支援萬用字元)
  --disablerepo=[repo]  禁用一個或多個軟體源(支援萬用字元)
  -x [package], --exclude=[package]
                        採用全名或萬用字元排除軟體包
  --disableexcludes=[repo]
                        禁止從主配置,從源或者從任何位置排除
  --disableincludes=[repo]
                        disable includepkgs for a repo or for everything
  --obsoletes           更新時處理軟體包取代關係
  --noplugins           禁用 Yum 外掛
  --nogpgcheck          禁用 GPG 簽名檢查
  --disableplugin=[plugin]
                        禁用指定名稱的外掛
  --enableplugin=[plugin]
                        啟用指定名稱的外掛
  --skip-broken         忽略存在依賴關係問題的軟體包
  --color=COLOR         配置是否使用顏色
  --releasever=RELEASEVER
                        在 yum 配置和 repo 檔案裡設定 $releasever 的值
  --downloadonly        僅下載而不更新
  --downloaddir=DLDIR   指定一個其他資料夾用於儲存軟體包
  --setopt=SETOPTS      設定任意配置和源選項
  --bugfix              Include bugfix relevant packages, in updates
  --security            Include security relevant packages, in updates
  --advisory=ADVS, --advisories=ADVS
                        Include packages needed to fix the given advisory, in
                        updates
  --bzs=BZS             Include packages needed to fix the given BZ, in
                        updates
  --cves=CVES           Include packages needed to fix the given CVE, in
                        updates
  --sec-severity=SEVS, --secseverity=SEVS
                        Include security relevant packages matching the
                        severity, in updates

  外掛選項:
[root@localhost /]# 

 

相關文章