CentOS 8 使用中遇到的一些问题
无法安装screen、iftop、nethogs的解决办法
由于Centos8yum源里没有epel,但是呢screen、iftop、nethogs是在epel里面的,解决方法如下:
yum -y install epel-release
执行命令,出现报错:Failed to set locale, defaulting to C.UTF-8
echo "export LC_ALL=en_US.UTF-8" >> /etc/profile
source /etc/profile
Failed to download metadata for repo 'AppStream'
cd /etc/yum.repos.d/
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo
yum clean all
yum makecache
一号?
二号?
三号?
四号?