CentOS8 AnolisOS8 yum安裝 No match for argument: htop Error
CentOS8 AnolisOS8 yum安裝失敗
yum install htop
Repository epel is listed more than once in the configuration Last metadata expiration check: 0:00:07 ago on Thu 24 Mar 2022 03:54:06 PM CST. No match for argument: htop Error: Unable to find a match: htop
yum clean all
安裝失敗原因
阿里雲官方映象主頁
正確的操作步驟
rename '.repo' '.repo.bak' /etc/yum.repos.d/*.repo
wget
wget
sed -i 's/mirrors.cloud.aliyuncs.com/url_tmp/g' /etc/yum.repos.d/Centos-vault-8.5.2111.repo && sed -i 's/mirrors.aliyun.com/mirrors.cloud.aliyuncs.com/g' /etc/yum.repos.d/Centos-vault-8.5.2111.repo && sed -i 's/url_tmp/mirrors.aliyun.com/g' /etc/yum.repos.d/Centos-vault-8.5.2111.repo
sed -i 's/mirrors.aliyun.com/mirrors.cloud.aliyuncs.com/g' /etc/yum.repos.d/epel-archive-8.repo
yum clean all && yum makecache
yum install htop
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70003733/viewspace-2886240/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- CentOS8安裝HTopCentOS
- CentOS8 安裝 MySQL8.0(yum)CentOSMySql
- Rocky安裝htop
- linux 安裝yum 安裝phpLinuxPHP
- yum 安裝 jenkinsJenkins
- yum安裝nginxNginx
- mysql yum 安裝MySql
- yum 安裝 PHPPHP
- Linux 安裝 yumLinux
- yum安裝ansible
- CentOS8配置本地yumCentOS
- 安裝Centos8 LinuxCentOSLinux
- centos8 安裝zabbixCentOS
- postgres yum源安裝
- CentOS安裝配置yumCentOS
- AIX的yum安裝AI
- 【Linux】yum 安裝nginxLinuxNginx
- 安裝最新版MySQL(yum安裝)MySql
- [Errno 14] PYCURL ERROR 22 阿里yum源安裝,centos 6已停止維護Error阿里CentOS
- centos8 中安裝texinfoCentOS
- 使用VMWare 安裝Centos8CentOS
- linux centos8安裝dockerLinuxCentOSDocker
- yum error - package is a duplicate withErrorPackage
- 一鍵安裝yum-utils安裝包
- PostgreSQL 10.12 安裝系列 - Yum+rpm 安裝SQL
- yum安裝與原始碼安裝比較原始碼
- Linux下安裝java及配置(yum安裝)LinuxJava
- CentOS8配置阿里雲YUM源CentOS阿里
- yum安裝kubeadm、kubelet、kubectl
- Centos 7 yum 安裝nginxCentOSNginx
- Linux安裝MySQL(使用yum)LinuxMySql
- CentOS 7 yum 安裝 NGINXCentOSNginx
- CentOS 7 yum 安裝 MySQLCentOSMySql
- yum安裝簡潔版
- Centos8 安裝python3.8CentOSPython
- CentOS8 詳細安裝教程CentOS
- Centos8編譯安裝核心CentOS編譯
- 在CentOS8中安裝gitlabCentOSGitlab