All public logs

Jump to navigation Jump to search

Combined display of all available logs of Omnia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 03:02, 3 August 2026 Kenneth talk contribs created page CentOS/7/Upgrade to Centos 8 (Created page with "Both distributions are end-of-life: * CentOS 8 reached EOL on December 31, 2021. * CentOS 7 reached EOL on June 30, 2024 <pre> # Update CentOS 7 yum update -y reboot # Install upgrade tools yum install -y epel-release yum-utils rpmconf dnf # Resolve config conflicts rpmconf -a # Remove orphaned packages package-cleanup --leaves package-cleanup --orphans # Remove yum dnf remove -y yum yum-metadata-parser rm -rf /etc/yum # Install CentOS 8 repository packages from v...")