CentOS Linux 7 End of Life: June 30, 2024 - Printable Version +- Ventoy Forums (https://forums.ventoy.net) +-- Forum: Ventoy General Use —— Ventoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=1) +--- Forum: Ventoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=2) +--- Thread: CentOS Linux 7 End of Life: June 30, 2024 (/showthread.php?tid=2929) |
CentOS Linux 7 End of Life: June 30, 2024 - AlexBryansk - 07-20-2024 Who doesn't know - build environment ventoy - CentOS 7.8 x86_64. CentOS 7 has expired, which means that there will be no more security updates or bug fixes provided by the official YUM repositories. CentOS 7 repositories and mirrors are now disabled, so when running YUM commands, errors occur related to Mirrorlist.centos.org . You need to upgrade to the next supported CentOS Stream 9 build or another distribution. Or temporarily use workarounds: To be able to further install packages in the system, it is necessary to make changes on the server to the data of the main repositories by connecting to the server via SSH. You can make changes to the repository data by sequentially entering commands in the terminal: Code: sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo Or specify the new data explicitly in the configuration files of the repositories: /etc/yum.repos.d/CentOS-Base.repo Code: [base] /etc/yum.repos.d/CentOS-fasttrack.repo Code: [fasttrack] /etc/yum.repos.d/CentOS-x86_64-kernel.repo Code: [centos-kernel] Add the information to the file BuildVentoyFromSource.txt |