在正式介紹dnf之前,阿銘先給你看一個(gè)東西:
# ls -l /usr/bin/dnf
lrwxrwxrwx 1 root root 5 5月 10 21:28 /usr/bin/dnf -> dnf-3
# ls -l /usr/bin/yum
lrwxrwxrwx1rootroot55月1021:28/usr/bin/yum->dnf-3
通過以上操作,你會(huì)發(fā)現(xiàn)在Rocky8里面,使用yum或者dnf,都是一樣的,本質(zhì)上都是dnf工具,所以在前面章節(jié)中阿銘使用yum命令就是在使用dnf命令。
10.2 dnf工具
Dnf工具最大的優(yōu)勢(shì)在于可以聯(lián)網(wǎng)去下載所需要的RPM包,然后自動(dòng)安裝。如果要安裝的RPM包有依賴關(guān)系,dnf工具會(huì)幫我們依次安裝所有相關(guān)的RPM包。下面阿銘介紹一下常用的dnf命令。
10.2.1列出所有可用的RPM包
使用yum list 命令,可以列出所有的RPM包資源,如下所示:
#dnflist|head-20
上次元數(shù)據(jù)過期檢查:134 前,執(zhí)行于 2022年11月07日 星期一 21時(shí)26分29秒。
已安裝的軟件包
NetworkManager.x86_64 1:1.32.10-4.el8 @anaconda
NetworkManager-config-server.noarch 1:1.32.10-4.el8 @anaconda
NetworkManager-libnm.x86_64 1:1.32.10-4.el8 @anaconda
NetworkManager-team.x86_64 1:1.32.10-4.el8 @anaconda
NetworkManager-tui.x86_64 1:1.32.10-4.el8 @anaconda
OpenIPMI-libs.x86_64 2.0.31-3.el8 @baseos
acl.x86_64 2.2.53-1.el8.1 @anaconda
adcli.x86_64 0.8.2-12.el8 @anaconda
alsa-sof-firmware.noarch 1.8-1.el8 @anaconda
annobin.x86_64 10.29-3.el8 @appstream
apr.x86_64 1.6.3-12.el8 @appstream
apr-devel.x86_64 1.6.3-12.el8 @appstream
apr-util.x86_64 1.6.1-6.el8.1 @appstream
apr-util-bdb.x86_64 1.6.1-6.el8.1 @appstream
apr-util-devel.x86_64 1.6.1-6.el8.1 @appstream
apr-util-openssl.x86_64 1.6.1-6.el8.1 @appstream
at.x86_64 3.1.20-11.el8 @anaconda
attr.x86_642.4.48-3.el8@anaconda
限于篇幅,阿銘只列舉了18個(gè)RPM包的信息。如上例所示,最左側(cè)是RPM包名,中間是版本信息,最右側(cè)是安裝信息。如果已安裝,最右側(cè)就顯示@appstream或者@ anaconda,它們前面都會(huì)有一個(gè)@符號(hào),這很好區(qū)分。如果未安裝,則顯示appStream、anaconda。如果你仔細(xì)看看,就會(huì)發(fā)現(xiàn)dnf list 命令會(huì)先列出已安裝的包(installed package),然后再列出可安裝的包(available package)。
10.2.2搜索RPM包
搜索RPM包的命令為dnf search [相關(guān)關(guān)鍵詞],示例命令如下:
# dnf search vim
上次元數(shù)據(jù)過期檢查:106 前,執(zhí)行于 2022年11月07日 星期一 21時(shí)26分29秒。
======================================================================================================== 名稱 和 概況 匹配:vim =========================================================================================================
awesome-vim-colorschemes.noarch : Collection of color schemes for Neo/vim, merged for quick use
beakerlib-vim-syntax.noarch : Files for syntax highlighting BeakerLib tests in VIM editor
boxes-vim.noarch : Vim plugin for boxes
fluxbox-vim-syntax.noarch : Fluxbox syntax scripts for vim
geany-plugins-vimode.x86_64 : Vim-mode plugin for Geany
neovim.x86_64 : Vim-fork focused on extensibility and agility
notmuch-vim.x86_64 : A Vim plugin for notmuch
python-neovim-doc.noarch : Documentation for python-neovim
python3-neovim.noarch : Python client to Neovim
vim-X11.x86_64 : The VIM version of the vi editor for the X Window System - GVim
vim-airline.noarch : Lean & mean status/tabline for vim that's light as air
vim-ansible.noarch : Vim plugin for syntax highlighting ansible's common filetypes
vim-common.x86_64 : The common files needed by any version of the VIM editor
vim-devicons.noarch : Adds file type icons to Vim plugins
vim-editorconfig.noarch : EditorConfig Vim Plugin
vim-enhanced.x86_64 : A version of the VIM editor which includes recent enhancements
vim-filesystem.noarch : VIM filesystem layout
vim-fugitive-gitlab.noarch : GitLab support for vim-fugitive plugin
vim-go.x86_64 : Go development plugin for Vim
vim-gv.noarch : Git commit browser in Vim
vim-jellybeans.noarch : A colorful, dark color scheme for Vim
vim-minimal.x86_64 : A minimal version of the VIM editor
vim-powerline.noarch : Powerline VIM plugin
============================================================================================================ 名稱 匹配:vim =============================================================================================================
vim-fugitive.noarch : A Git wrapper so awesome, it should be illegal
vim-gitgutter.noarch : Shows a git diff in the gutter and stages/undoes hunks and partial hunks
vim-halibut.noarch : Syntax file for the halibut manual tool
vim-nerdtree-git-plugin.noarch : Plugin of NERDTree showing git status
vim-pathogen.noarch : Manage your runtimepath
============================================================================================================ 概況 匹配:vim =============================================================================================================
kakoune.x86_64 : Code editor heavily inspired by Vim
ranger.noarch:Avim-likefilemanager
除了這樣搜索方法外,阿銘還常用grep來過濾,從而找到相應(yīng)的RPM包,如下所示:
# dnf list|grep vim
vim-common.x86_64 2:8.0.1763-16.el8_5.13 @appstream
vim-enhanced.x86_64 2:8.0.1763-16.el8_5.13 @appstream
vim-filesystem.noarch 2:8.0.1763-16.el8_5.13 @appstream
vim-minimal.x86_64 2:8.0.1763-16.el8 @anaconda
vim-X11.x86_64 2:8.0.1763-19.el8_6.4 appstream
vim-common.x86_64 2:8.0.1763-19.el8_6.4 appstream
vim-enhanced.x86_64 2:8.0.1763-19.el8_6.4 appstream
vim-filesystem.noarch 2:8.0.1763-19.el8_6.4 appstream
vim-minimal.x86_64 2:8.0.1763-19.el8_6.4 baseos
10.2.3安裝RPM包
安裝RPM包的命令為dnfinstall [-y] [RPM包名],如果不加-y選項(xiàng),則會(huì)以與用戶交互的方式安裝。示例命令如下:
上次元數(shù)據(jù)過期檢查:122 前,執(zhí)行于 2022年11月07日 星期一 21時(shí)26分29秒。
依賴關(guān)系解決。
=========================================================================================================================================================================================================================================
軟件包 架構(gòu) 版本 倉庫 大小
=========================================================================================================================================================================================================================================
安裝:
psmisc x86_64 23.1-5.el8 baseos 150 k
事務(wù)概要
=========================================================================================================================================================================================================================================
安裝 1 軟件包
總下載:150 k
安裝大小:483 k
確定嗎?[y/N]:y
下載軟件包:
psmisc-23.1-5.el8.x86_64.rpm 196 kB/s | 150 kB 00:00
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
總計(jì) 195 kB/s | 150 kB 00:00
運(yùn)行事務(wù)檢查
事務(wù)檢查成功。
運(yùn)行事務(wù)測(cè)試
事務(wù)測(cè)試成功。
運(yùn)行事務(wù)
準(zhǔn)備中 : 1/1
安裝 : psmisc-23.1-5.el8.x86_64 1/1
運(yùn)行腳本: psmisc-23.1-5.el8.x86_64 1/1
驗(yàn)證 : psmisc-23.1-5.el8.x86_64 1/1
已安裝:
psmisc-23.1-5.el8.x86_64
完畢!
在這個(gè)過程中,它首先會(huì)把需要安裝的RPM包列出來,如果有依賴關(guān)系,也會(huì)把所有依賴的包列出來。然后詢問用戶是否需要安裝,輸入y則安裝,輸入n則不安裝。但阿銘覺得這樣太麻煩,所以會(huì)直接加上-y選項(xiàng),這樣就省略了詢問用戶是否安裝的那一步。
10.2.4卸載RPM包
卸載RPM包的命令為dnf remove [-y] [RPM包名],示例命令如下:
# dnf remove psmisc
依賴關(guān)系解決。
==========================================================================================================================================================
軟件包 架構(gòu) 版本 倉庫 大小
==========================================================================================================================================================
移除:
psmisc x86_64 23.1-5.el8 @baseos 483 k
事務(wù)概要
==========================================================================================================================================================
移除 1 軟件包
將會(huì)釋放空間:483 k
確定嗎?[y/N]:y
運(yùn)行事務(wù)檢查
事務(wù)檢查成功。
運(yùn)行事務(wù)測(cè)試
事務(wù)測(cè)試成功。
運(yùn)行事務(wù)
準(zhǔn)備中 : 1/1
刪除 : psmisc-23.1-5.el8.x86_64 1/1
運(yùn)行腳本: psmisc-23.1-5.el8.x86_64 1/1
驗(yàn)證 : psmisc-23.1-5.el8.x86_64 1/1
已移除:
psmisc-23.1-5.el8.x86_64
完畢!
卸載和安裝一樣,也可以直接加上-y選項(xiàng),從而省略與用戶交互的那一步。這里阿銘需要提醒一下,卸載某個(gè)RPM包時(shí)它會(huì)連帶依賴的包一起卸載,所以一定要看清楚,不要連其他重要的RPM包也一起卸載了,以免影響正常的業(yè)務(wù)。建議使用dnf remove命令卸載包時(shí),還是不要加-y選項(xiàng)了。
10.2.5升級(jí)RPM包
升級(jí)RPM包的命令為dnfupdate [-y] [RPM包],示例命令如下:
# dnf update bash
上次元數(shù)據(jù)過期檢查:152 前,執(zhí)行于 2022年11月07日 星期一 21時(shí)26分29秒。
依賴關(guān)系解決。
==========================================================================================================================================================
軟件包 架構(gòu) 版本 倉庫 大小
==========================================================================================================================================================
升級(jí):
bash x86_64 4.4.20-4.el8_6 baseos 1.5 M
事務(wù)概要
==========================================================================================================================================================
升級(jí) 1 軟件包
總下載:1.5 M
確定嗎?[y/N]:y
下載軟件包:
bash-4.4.20-4.el8_6.x86_64.rpm 3.2 MB/s | 1.5 MB 00:00
----------------------------------------------------------------------------------------------------------------------------------------------------------
總計(jì) 3.1 MB/s | 1.5 MB 00:00
運(yùn)行事務(wù)檢查
事務(wù)檢查成功。
運(yùn)行事務(wù)測(cè)試
事務(wù)測(cè)試成功。
運(yùn)行事務(wù)
準(zhǔn)備中 : 1/1
升級(jí) : bash-4.4.20-4.el8_6.x86_64 1/2
運(yùn)行腳本: bash-4.4.20-4.el8_6.x86_64 1/2
清理 : bash-4.4.20-2.el8.x86_64 2/2
運(yùn)行腳本: bash-4.4.20-2.el8.x86_64 2/2
驗(yàn)證 : bash-4.4.20-4.el8_6.x86_64 1/2
驗(yàn)證 : bash-4.4.20-2.el8.x86_64 2/2
已升級(jí):
bash-4.4.20-4.el8_6.x86_64
完畢!
前面介紹了如何使用dnf工具搜索、安裝、卸載以及升級(jí)RPM包,如果你掌握了這些技能,基本上就可以解決日常工作中遇到的與RPM包相關(guān)的問題了。當(dāng)然,dnf工具還有好多其他好用的命令,阿銘不再一一舉出,如果你感興趣,可以使用man命令查閱幫助信息。除此之外,阿銘還會(huì)教你一些關(guān)于dnf工具的小應(yīng)用。
10.2.6搜索某個(gè)命令是由哪個(gè)RPM包安裝的
阿銘經(jīng)常遇到在系統(tǒng)里想要執(zhí)行某個(gè)命令時(shí)發(fā)現(xiàn)命令不存在,這是因?yàn)橄到y(tǒng)里還沒有安裝過對(duì)應(yīng)的包。此時(shí)就可以使用如下命令來搜一下:
# dnf provides vmstat
上次元數(shù)據(jù)過期檢查:144 前,執(zhí)行于 2022年11月07日 星期一 21時(shí)26分29秒。
procps-ng-3.3.15-6.el8.i686 : System and process monitoring utilities
倉庫 :baseos
匹配來源:
文件名 :/usr/bin/vmstat
procps-ng-3.3.15-6.el8.x86_64 : System and process monitoring utilities
倉庫 :@System
匹配來源:
文件名 :/usr/bin/vmstat
procps-ng-3.3.15-6.el8.x86_64 : System and process monitoring utilities
倉庫 :baseos
匹配來源:
文件名 :/usr/bin/vmstat
上例中,阿銘想搜一下vmstat這個(gè)命令是由哪個(gè)RPM包來安裝的,使用了dnf provides就可以查看到vmstat命令是由procps-ng這個(gè)包安裝來的。
10.2.7更改dnf倉庫為國內(nèi)鏡像站
上面章節(jié)里提到,dnf是通過從網(wǎng)絡(luò)獲取rpm包的,那么它是去哪里下載的RPM包呢?大家可以通過查看配置文件/etc/yum.repos.d/Rocky-BaseOS.repo獲得地址:
#cat /etc/yum.repos.d/Rocky-BaseOS.repo
# Rocky-BaseOS.repo
#
# The mirrorlist system uses the connecting IP address of the client and the
# update status of each mirror to pick current mirrors that are geographically
# close to the client. You should use this for Rocky updates unless you are
# manually picking other mirrors.
#
# If the mirrorlist does not work for you, you can try the commented out
# baseurl line instead.
[baseos]
name=Rocky Linux $releasever - BaseOS
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=BaseOS-$releasever
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/BaseOS/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
這里的mirrors.rockylinux.org為下載rpm的地址,該站點(diǎn)在國外,相對(duì)來說訪問比較慢,我們可以將其更改為國內(nèi)的鏡像站點(diǎn),比如阿里云的,具體方法如下。
(1) 將下載地址改為上海交大的鏡像地址
sed-e's|^mirrorlist=|#mirrorlist=|g'
-e's|^#baseurl=http://dl.rockylinux.org/$contentdir|baseurl=https://mirrors.sjtug.sjtu.edu.cn/rocky|g'
-i.bak/etc/yum.repos.d/Rocky-*.repo
(2) 刷新repos生成緩存,如下所示:
# dnf clean all
# dnf makecache
然后就可以使用dnf命令安裝你所需要的軟件包了,比如我們可以安裝一個(gè)tftp的RPM包,如下所示:
# dnf install –y tftp
10.2.8下載RPM包
有時(shí)我們需要下載RPM包但不安裝,而僅僅是復(fù)制給其他機(jī)器使用。其實(shí),通過dnf安裝rpm包時(shí),它需要先下載這個(gè)RPM包,然后再去安裝,所以使用yum工具完全可以做到只下載而不安裝。
使用dnf download命令就可以直接下載rpm包了,它會(huì)將rpm包下載到當(dāng)前目錄下,當(dāng)然如果不指定任何選項(xiàng),它只下載指定的rpm包,并不會(huì)下載依賴的包,要想連同依賴的包一起下載,還需要指定--resolve選項(xiàng),命令如下:
# mkdir /tmp/rmps
#cd/tmp/rmps
# dnf download --resolve vim-enhanced
上次元數(shù)據(jù)過期檢查:228 前,執(zhí)行于 2022年11月07日 星期一 21時(shí)26分29秒。
[SKIPPED] vim-enhanced-8.0.1763-19.el8_6.4.x86_64.rpm: Already downloaded
(2/4): vim-filesystem-8.0.1763-19.el8_6.4.noarch.rpm 186 kB/s | 49 kB 00:00
(3/4): gpm-libs-1.20.7-17.el8.x86_64.rpm 91 kB/s | 38 kB 00:00
(4/4): vim-common-8.0.1763-19.el8_6.4.x86_64.rpm 4.1 MB/s | 6.3 MB 00:01
審核編輯 :李倩
-
Linux
+關(guān)注
關(guān)注
87文章
11292瀏覽量
209329 -
RPM
+關(guān)注
關(guān)注
0文章
44瀏覽量
17710 -
dnf
+關(guān)注
關(guān)注
0文章
4瀏覽量
2629
發(fā)布評(píng)論請(qǐng)先 登錄
相關(guān)推薦
評(píng)論