由於學校使用的軟體受限,只能在舊版CentOS5.11版中運行
安裝CentOS5.3升級至5.11後 (5.3直接yum update,長時間更新後成為5.11)
無法使用yum安裝其它常用程式(例如ftp、xdmcp等等),因此需要手動更新
感謝板上高手的指導,下載了rpm檔回來安裝,但安裝過程還需要兩個檔案
(指令附於文末)
目前正試著在網站和論壇尋找缺少的檔案,找到後再加入
希望大家給予建議,看是否能有方法解決,謝謝
3種指令變動如下:
第1種:
[[email protected] Downloads]# rpm -i centos-release-7-5.1804.el7.centos.x86_64.rpm
warning: centos-release-7-5.1804.el7.centos.x86_64.rpm: Header V3 RSA/SHA256
signature: NOKEY, key ID f4a80eb5
error: Failed dependencies:
rpmlib(FileDigests) <= 4.6.0-1 is needed by centos-release-7-5.1804.
el7.centos.x86_64
rpmlib(PayloadIsXz) <= 5.2-1 is needed by centos-release-7-5.1804.el7
.centos.x86_64
第2種:
[[email protected] Downloads]# rpm -Uvh centos-release-7-5.1804.el7.centos.x86_64
.rpm