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).
- 08:50, 31 July 2026 Kenneth talk contribs created page CentOS/8/Yum (Created page with "=== /etc/yum.repos.d/centos8.repo === ls -l /etc/pki/rpm-gpg rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8 rpm -qa gpg-pubkey* | grep -i f4a80eb5 curl https://vault.centos.org/RPM-GPG-KEY-CentOS-7 -o /tmp/RPM-GPG-KEY-CentOS-8 curl --fail -s https://vault.centos.org/RPM-GPG-KEY-CentOS-7 -o /tmp/RPM-GPG-KEY-CentOS-8 if [ $? -ne 0 ] ; then echo "FAIL" ; fi rpm --import /tmp/RPM-GPG-KEY-CentOS-8 rpm -qa gpg-pubkey* | grep -i f4a80eb5 cat > /etc/yum.repo...")