CodingLinuxCentOS 8.4 环境初始化晨茗2022-04-172026-06-08必装1dnf install wget yum git cmake3 gcc 语言包12345678dnf install -y glibc-locale-sourcelocaledef --no-archive -i en_US -f UTF-8 en_US.UTF-8vim /etc/environmentLANG=en_US.utf-8LC_ALL=en_US.utf-8 YUM123cd /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-* SSHhttps://developer.aliyun.com/article/553468