Centos8安装后设置

--yum配置
使用的是清华大学开源镜像站,文件地址:
https://github.com/hackyoMa/docker-centos/blob/8/CentOS-Base.repo

使用方法:
cd /etc/yum.repos.d/
rm -f CentOS-Base.repo CentOS-AppStream.repo CentOS-PowerTools.repo CentOS-centosplus.repo CentOS-Extras.repo
curl -o CentOS-Base.repo https://raw.githubusercontent.com/hackyoMa/docker-centos/8/CentOS-Base.repo
yum makecache

---安装rar
wget https://www.rarlab.com/rar/rarlinux-x64设置-5.8.b3.tar.gz
tar -zxvf rarlinux-x64-5.4.0.tar.gz
cd rar
make


--安装谷歌
yum update
--下载 google-chrome-stable_current_x86_64.rpm
yum install google-chrome-stable_current_x86_64.rpm


--桌面图标

登陆时选择wayland 就有桌面图标

 

 

你可能感兴趣的:(linux,centos8)