In today’s article, we will free the RedHat operating system by converting it to the Oracle Linux operating system. In this way, you will be able to use many features, especially package management, for free.
1 2 3 4 | --- We run the commands in order --- # cd /etc/yum.repos.d/ # rm rhel-source.repo # yum update |
1 2 3 4 5 | --- Download packages with our wget command --- # wget http://public-yum.oracle.com/RPM-GPG-KEY-oracle-0l6 -O /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle # wget http://public-yum.oracle.com/public-yum-ol6.repo # yum erase -y libreport-plugin-rhtsupport |
After the process is finished, we will upload the new repository.
1 2 | # yum repolist # yum update -y |
Update is ending
1 2 3 | We reboot our operating system. # init 6 |
Our operating system, which was Red Hat Enterprise, is now Oracle Linux Enterprise.