国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

解決沒(méi)有rpm的困擾 CentOS7下載RPM及其所有的依賴包

這篇具有很好參考價(jià)值的文章主要介紹了解決沒(méi)有rpm的困擾 CentOS7下載RPM及其所有的依賴包。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問(wèn)。

使用Downloadonly 插件下載 RPM 軟件包及其所有依賴包以及利用yum進(jìn)行所需要的rpm包下載,但在CentOS中沒(méi)有安裝yum相應(yīng)工具的情況下需要先安裝yun工具

建議:先修改yum源,一般我愿意使用阿里巴巴的源,修改yum源之前先做好系統(tǒng)原有文件的備份,避免出錯(cuò)可以恢復(fù)(這是個(gè)好習(xí)慣一定要注意,玩Linux系統(tǒng)的都懂)

備份源文件:

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

修改yum源(將默認(rèn)的源更換為ailiyun源):

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

附加上國(guó)內(nèi)yum源(個(gè)人使用這個(gè)都能一般rpm都比較全都能下載):

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo (阿里)
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS7-Base-163.repo (網(wǎng)易)

# yum install yum-plugin-downloadonly?????????{使用root權(quán)限用戶執(zhí)行該命令}

Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
?* base: mirrors.huaweicloud.com
?* extras: mirrors.huaweicloud.com
?* updates: mirrors.huaweicloud.com
Resolving Dependencies
--> Running transaction check
---> Package yum.noarch 0:3.4.3-161.el7.centos will be updated
---> Package yum.noarch 0:3.4.3-168.el7.centos will be an update
--> Finished Dependency Resolution

Dependencies Resolved

===============================================================================================
?Package ? ? ? ? Arch ? ? ? ? ? ? ? Version ? ? ? ? ? ? ? ? ? ? ? ? ? ? Repository ? ? ? ?Size
===============================================================================================
Updating:
?yum ? ? ? ? ? ? noarch ? ? ? ? ? ? 3.4.3-168.el7.centos ? ? ? ? ? ? ? ?base ? ? ? ? ? ? 1.2 M

Transaction Summary
===============================================================================================
Upgrade ?1 Package

Total size: 1.2 M
Is this ok [y/d/N]: y? ?{選擇y}
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
? Updating ? : yum-3.4.3-168.el7.centos.noarch ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1/2?
? Cleanup ? ?: yum-3.4.3-161.el7.centos.noarch ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2/2?
? Verifying ?: yum-3.4.3-168.el7.centos.noarch ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1/2?
? Verifying ?: yum-3.4.3-161.el7.centos.noarch ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2/2?

Updated:
? yum.noarch 0:3.4.3-168.el7.centos ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?

Complete!? ?{工具安裝完成}

yum install yum-utils工具安裝

# yum install yum-utils? ? ? ? {使用root權(quán)限用戶執(zhí)行該命令}
Loaded plugins: fastestmirror, langpacks
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Repository contrib is listed more than once in the configuration
Loading mirror speeds from cached hostfile
?* base: mirrors.aliyun.com
?* extras: mirrors.aliyun.com
?* updates: mirrors.aliyun.com
Resolving Dependencies
--> Running transaction check
---> Package yum-utils.noarch 0:1.1.31-50.el7 will be updated
---> Package yum-utils.noarch 0:1.1.31-54.el7_8 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

===============================================================================================
?Package ? ? ? ? ? ? ? Arch ? ? ? ? ? ? ? Version ? ? ? ? ? ? ? ? ? ? ? Repository ? ? ? ?Size
===============================================================================================
Updating:
?yum-utils ? ? ? ? ? ? noarch ? ? ? ? ? ? 1.1.31-54.el7_8 ? ? ? ? ? ? ? base ? ? ? ? ? ? 122 k

Transaction Summary
===============================================================================================
Upgrade ?1 Package

Total size: 122 k
Is this ok [y/d/N]: y? ? ? ? {選擇y}
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
? Updating ? : yum-utils-1.1.31-54.el7_8.noarch ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1/2?
? Cleanup ? ?: yum-utils-1.1.31-50.el7.noarch ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2/2?
? Verifying ?: yum-utils-1.1.31-54.el7_8.noarch ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1/2?
? Verifying ?: yum-utils-1.1.31-50.el7.noarch ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2/2?

Updated:
? yum-utils.noarch 0:1.1.31-54.el7_8 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??

Complete!
?

2個(gè)yum工具安裝完后就可以進(jìn)行下載rpm包了兩種方式:

1、yum在線安裝

2、yumdownloader 下載rpm包

例子:直接在線安裝

# yum install lvm2? ? ? ??{使用root權(quán)限用戶執(zhí)行該命令}
Loaded plugins: fastestmirror, langpacks
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Repository contrib is listed more than once in the configuration
Loading mirror speeds from cached hostfile
?* base: mirrors.aliyun.com
?* extras: mirrors.aliyun.com
?* updates: mirrors.aliyun.com
Resolving Dependencies
--> Running transaction check
---> Package lvm2.x86_64 7:2.02.180-8.el7 will be updated
---> Package lvm2.x86_64 7:2.02.187-6.el7_9.5 will be an update
--> Processing Dependency: lvm2-libs = 7:2.02.187-6.el7_9.5 for package: 7:lvm2-2.02.187-6.el7_9.5.x86_64
--> Running transaction check
---> Package lvm2-libs.x86_64 7:2.02.180-8.el7 will be updated
---> Package lvm2-libs.x86_64 7:2.02.187-6.el7_9.5 will be an update
--> Processing Dependency: device-mapper-event = 7:1.02.170-6.el7_9.5 for package: 7:lvm2-libs-2.02.187-6.el7_9.5.x86_64
--> Running transaction check
---> Package device-mapper-event.x86_64 7:1.02.149-8.el7 will be updated
---> Package device-mapper-event.x86_64 7:1.02.170-6.el7_9.5 will be an update
--> Processing Dependency: device-mapper-event-libs = 7:1.02.170-6.el7_9.5 for package: 7:device-mapper-event-1.02.170-6.el7_9.5.x86_64
--> Processing Dependency: device-mapper = 7:1.02.170-6.el7_9.5 for package: 7:device-mapper-event-1.02.170-6.el7_9.5.x86_64
--> Running transaction check
---> Package device-mapper.x86_64 7:1.02.149-8.el7 will be updated
--> Processing Dependency: device-mapper = 7:1.02.149-8.el7 for package: 7:device-mapper-libs-1.02.149-8.el7.x86_64
---> Package device-mapper.x86_64 7:1.02.170-6.el7_9.5 will be an update
---> Package device-mapper-event-libs.x86_64 7:1.02.149-8.el7 will be updated
---> Package device-mapper-event-libs.x86_64 7:1.02.170-6.el7_9.5 will be an update
--> Running transaction check
---> Package device-mapper-libs.x86_64 7:1.02.149-8.el7 will be updated
---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

===============================================================================================
?Package ? ? ? ? ? ? ? ? ? ? ? ?Arch ? ? ? ? Version ? ? ? ? ? ? ? ? ? ? ? Repository ? ? Size
===============================================================================================
Updating:
?lvm2 ? ? ? ? ? ? ? ? ? ? ? ? ? x86_64 ? ? ? 7:2.02.187-6.el7_9.5 ? ? ? ? ?updates ? ? ? 1.3 M
Updating for dependencies:
?device-mapper ? ? ? ? ? ? ? ? ?x86_64 ? ? ? 7:1.02.170-6.el7_9.5 ? ? ? ? ?updates ? ? ? 297 k
?device-mapper-event ? ? ? ? ? ?x86_64 ? ? ? 7:1.02.170-6.el7_9.5 ? ? ? ? ?updates ? ? ? 192 k
?device-mapper-event-libs ? ? ? x86_64 ? ? ? 7:1.02.170-6.el7_9.5 ? ? ? ? ?updates ? ? ? 192 k
?device-mapper-libs ? ? ? ? ? ? x86_64 ? ? ? 7:1.02.170-6.el7_9.5 ? ? ? ? ?updates ? ? ? 325 k
?lvm2-libs ? ? ? ? ? ? ? ? ? ? ?x86_64 ? ? ? 7:2.02.187-6.el7_9.5 ? ? ? ? ?updates ? ? ? 1.1 M

Transaction Summary
===============================================================================================
Upgrade ?1 Package (+5 Dependent packages)

Total size: 3.4 M
Is this ok [y/d/N]: y? ? ? ? {選擇y}
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
? Updating ? : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1/12?
? Updating ? : 7:device-mapper-1.02.170-6.el7_9.5.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2/12?
? Updating ? : 7:device-mapper-event-libs-1.02.170-6.el7_9.5.x86_64 ? ? ? ? ? ? ? ? ? ? ? 3/12?
? Updating ? : 7:device-mapper-event-1.02.170-6.el7_9.5.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ? ?4/12?
? Updating ? : 7:lvm2-libs-2.02.187-6.el7_9.5.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?5/12?
? Updating ? : 7:lvm2-2.02.187-6.el7_9.5.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 6/12?
? Cleanup ? ?: 7:lvm2-2.02.180-8.el7.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 7/12?
? Cleanup ? ?: 7:lvm2-libs-2.02.180-8.el7.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?8/12?
? Cleanup ? ?: 7:device-mapper-event-1.02.149-8.el7.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?9/12?
? Cleanup ? ?: 7:device-mapper-event-libs-1.02.149-8.el7.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ?10/12?
? Cleanup ? ?: 7:device-mapper-1.02.149-8.el7.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 11/12?
? Cleanup ? ?: 7:device-mapper-libs-1.02.149-8.el7.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?12/12?
? Verifying ?: 7:device-mapper-event-1.02.170-6.el7_9.5.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ? ?1/12?
? Verifying ?: 7:lvm2-libs-2.02.187-6.el7_9.5.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2/12?
? Verifying ?: 7:device-mapper-1.02.170-6.el7_9.5.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?3/12?
? Verifying ?: 7:device-mapper-event-libs-1.02.170-6.el7_9.5.x86_64 ? ? ? ? ? ? ? ? ? ? ? 4/12?
? Verifying ?: 7:lvm2-2.02.187-6.el7_9.5.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 5/12?
? Verifying ?: 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ? ? 6/12?
? Verifying ?: 7:lvm2-2.02.180-8.el7.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 7/12?
? Verifying ?: 7:device-mapper-event-1.02.149-8.el7.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?8/12?
? Verifying ?: 7:lvm2-libs-2.02.180-8.el7.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?9/12?
? Verifying ?: 7:device-mapper-1.02.149-8.el7.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 10/12?
? Verifying ?: 7:device-mapper-libs-1.02.149-8.el7.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?11/12?
? Verifying ?: 7:device-mapper-event-libs-1.02.149-8.el7.x86_64 ? ? ? ? ? ? ? ? ? ? ? ? ?12/12?

Updated:
? lvm2.x86_64 7:2.02.187-6.el7_9.5 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??

Dependency Updated:
? device-mapper.x86_64 7:1.02.170-6.el7_9.5 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? device-mapper-event.x86_64 7:1.02.170-6.el7_9.5 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? device-mapper-event-libs.x86_64 7:1.02.170-6.el7_9.5 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? lvm2-libs.x86_64 7:2.02.187-6.el7_9.5 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?

Complete!
例子:通過(guò)yumdownloader下載rpm包

首先創(chuàng)建一個(gè)文件夾(方便查找已經(jīng)下載rpm包,個(gè)人習(xí)慣不建立在當(dāng)前文件目錄下載也可)

# mkdir lvm2_rpm

進(jìn)入到建立好的文件目錄

# cd /home/rc/lvm2_rpm

# yumdownloader lvm2 --resolve?
Loaded plugins: fastestmirror, langpacks
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Repository contrib is listed more than once in the configuration
Loading mirror speeds from cached hostfile
?* base: mirrors.aliyun.com
?* extras: mirrors.aliyun.com
?* updates: mirrors.aliyun.com
base ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?| 3.6 kB ?00:00:00 ? ??
extras ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?| 2.9 kB ?00:00:00 ? ??
updates ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? | 2.9 kB ?00:00:00 ? ??
--> Running transaction check
---> Package lvm2.x86_64 7:2.02.187-6.el7_9.5 will be reinstalled
--> Finished Dependency Resolution
lvm2-2.02.187-6.el7_9.5.x86_64.rpm ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?| 1.3 MB ?00:00:19 ?

# ll? ? ? ? {通過(guò)ll命令查看,lvm2的rpm包已經(jīng)下載完畢}
total 1356
-rw-r--r--. 1 root root 1387424 Apr 29 ?2021 lvm2-2.02.187-6.el7_9.5.x86_64.rpm
centos7依賴包大全,運(yùn)維,linux,服務(wù)器,運(yùn)維

以上2個(gè)例子供參考,以此類推缺少的rpm包可以用這個(gè)方式進(jìn)行下載。文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-684666.html

到了這里,關(guān)于解決沒(méi)有rpm的困擾 CentOS7下載RPM及其所有的依賴包的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來(lái)自互聯(lián)網(wǎng)用戶投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場(chǎng)。本站僅提供信息存儲(chǔ)空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • centos7 rpm包安裝部署gitlab服務(wù)器(新手必備)

    centos7 rpm包安裝部署gitlab服務(wù)器(新手必備)

    GitLab是一個(gè)基于Web的開源代碼托管和協(xié)作平臺(tái),旨在幫助團(tuán)隊(duì)高效地管理軟件開發(fā)項(xiàng)目。它提供了一個(gè)完整的工具集,包括代碼倉(cāng)庫(kù)管理、版本控制系統(tǒng)、問(wèn)題跟蹤、持續(xù)集成與部署、容器注冊(cè)表、代碼審查、項(xiàng)目管理等功能。 以下是GitLab的主要特點(diǎn)和功能: 代碼托管和版

    2024年02月02日
    瀏覽(23)
  • centos系統(tǒng) 沒(méi)有rpm, 沒(méi)有yum, 沒(méi)有apt-get等工具,怎么辦

    問(wèn)題 今天快下班了,讓裝平臺(tái)服務(wù)到一個(gè)團(tuán)隊(duì)的服務(wù)器上,好急,竟然發(fā)現(xiàn)系統(tǒng)上沒(méi)有rpm, yum, apt-get 等工具,進(jìn)入了一個(gè)死循環(huán),查了好多個(gè)博客,發(fā)現(xiàn)要么都是在講什么系統(tǒng)用yum, 什么系統(tǒng)用apt-get,要么就是在說(shuō)使用rpm安裝各種xxx.rpm包,查一個(gè)資料是這樣,再查還是這樣

    2024年02月04日
    瀏覽(21)
  • centos7.9-RPM安裝MySQL 8.0.34數(shù)據(jù)庫(kù)教程

    centos7.9-RPM安裝MySQL 8.0.34數(shù)據(jù)庫(kù)教程

    使用命令 或者 ` 查看操作系統(tǒng)信息,我的系統(tǒng)版本是el7 即liunx/centos 7系列。 下載地址: https://dev.mysql.com/downloads/mysql/ 下載時(shí),要注意自己系統(tǒng)的版本,我的Linux版本是 el7 ,要下載對(duì)應(yīng)的版本。 用上傳工具將下載的安裝包上傳至指定存放目錄;我專門存放安裝包的目錄是

    2024年02月07日
    瀏覽(53)
  • 【centos】yum只下載不安裝rpm包

    目標(biāo)機(jī)器上沒(méi)有網(wǎng),就需要先下載好再拷貝安裝 reinstall:即使本地已經(jīng)安裝也要下載 (☆推薦☆) install:下載本機(jī)沒(méi)有安裝的包 –downloadonly:只下載 –downloaddir:下載到哪里? -y:代表是yes,帶上這個(gè)后不用再輸入yes直接就直接安裝了 localinstall :本地安裝 –disablerepo=*

    2024年02月11日
    瀏覽(51)
  • CentOS7下rpm包方式升級(jí)openssl到安全版本1.1.1q

    CentOS7下rpm包方式升級(jí)openssl到安全版本1.1.1q

    參考鏈接:https://cloud.tencent.com/developer/article/1767718 OpenSSL 是一個(gè)安全套接字層密碼庫(kù),囊括主要的密碼算法、常用的密鑰和證書封裝管理功能及SSL協(xié)議,并提供豐富的應(yīng)用程序供測(cè)試或其它目的使用。 OpenSSL是Openssl團(tuán)隊(duì)的一個(gè)開源的能夠?qū)崿F(xiàn)安全套接層(SSLv2/v3)和安全傳輸

    2024年02月05日
    瀏覽(26)
  • centos系統(tǒng)離線下載yum命令的rpm文件并安裝

    因?yàn)槲矣玫氖莣indows服務(wù)器,因此需要一臺(tái)虛擬機(jī),用來(lái)安裝centos,虛擬機(jī)的安裝網(wǎng)上好多教程,這里不做過(guò)多介紹 這次同樣是按步操作 在本地服務(wù)器創(chuàng)建下載目錄 - 將yum文件下載到本地 - 在遠(yuǎn)程服務(wù)器上創(chuàng)建目錄 - 上傳文件到遠(yuǎn)程服務(wù)器目錄 - 使用命令安裝yum到服務(wù)器上

    2024年02月11日
    瀏覽(25)
  • 構(gòu)建基于RHEL7(CentOS7)的OpenSSH9.5p1的RPM包和升級(jí)回退方案

    構(gòu)建基于RHEL7(CentOS7)的OpenSSH9.5p1的RPM包和升級(jí)回退方案

    本文適用:RHEL7系列,或同類系統(tǒng)(CentOS7等) 文檔形成時(shí)期:2023年 因軟件世界之復(fù)雜和個(gè)人能力之限,難免疏漏和錯(cuò)誤,歡迎指正。 yum install rpmdevtools #創(chuàng)建目錄 rpmdev-setuptree #或手動(dòng)創(chuàng)建目錄: yum install rpm-build gcc make wget openssl-devel krb5-devel pam-devel libX11-devel xmkmf libXt-devel 準(zhǔn)備

    2024年01月21日
    瀏覽(21)
  • Linux 下殺毒軟件 clamav-1.0.0.linux.x86_64.rpm 離線安裝及測(cè)試CentOS7,CentOS6.8,KylinV10 arm架構(gòu)

    Linux 下殺毒軟件 clamav-1.0.0.linux.x86_64.rpm 離線安裝及測(cè)試CentOS7,CentOS6.8,KylinV10 arm架構(gòu)

    本文主要記錄在centos7以及centos6.8版本上安裝記錄!廢話不多說(shuō),直接開始操作!后添加KylinV10 arm架構(gòu)安裝記錄 1、下載rpm包 https://www.clamav.net/downloads 官網(wǎng)地址 2、上傳安裝包到服務(wù)器并安裝 3、創(chuàng)建目錄 4、新建日志文件 5、編輯配置conf文件 6、配置庫(kù)文件 7、創(chuàng)建clamav用戶并

    2024年02月13日
    瀏覽(24)
  • Centos 8 rpm安裝gcc等rpm包時(shí)報(bào)錯(cuò):.rpm: signature 頭部數(shù)據(jù):不當(dāng),字節(jié)(61896)的號(hào)碼超出范圍
  • jenkins-2.401-1.1.noarch.rpm 的公鑰沒(méi)有安裝

    yum update 報(bào)錯(cuò),Jenkins 沒(méi)能升級(jí)成功: warning: rpmts_HdrFromFdno: Header V4 RSA/SHA512 Signature, key ID ef5975ca: NOKEY jenkins-2.401-1.1.noarch.rpm 的公鑰沒(méi)有安裝 安裝新的公鑰: 再次升級(jí),成功。

    2024年02月11日
    瀏覽(18)

覺(jué)得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包