Author - StudySection Post Views - 165 views
redhat

How to use Redhat 8 for free

Problem: You want to use Redhat 8 or 8.2 release but don’t have money to get paid subscription-manager from RedHat officials.

Solution: You have the option to use the centos repositories which are free to use.

For your information, Centos is pretty much identical and it is free and support comes from the community.

Follow the below repositories instead of Redhat ones.

  1. Disable redhat subscription manager first

    # vi /etc/yum/pluginconf.d/subscription-manager.conf
    cmd1

    Change the value from enabled=1 to enabled=0

    cmd2

  2. Create a new repo name el.repo in /etc/yum.repos/

    # vi /etc/yum.repos.d/el.repo
    [base] name=CentOS $releasever – Base
    baseurl=http://mirror.centos.org/centos/8/BaseOS/x86_64/kickstart/
    gpgcheck=0
    enabled=1
    [updates] name=CentOS $releasever – Updates
    baseurl=http://mirror.centos.org/centos/8/AppStream/x86_64/kickstart/
    gpgcheck=0
    enabled=1
    [extras] name=CentOS $releasever – Extras
    baseurl=http://mirror.centos.org/centos/8/extras/x86_64/os/
    gpgcheck=0
    enabled=1

    cmd3

  3. After adding run

    # sudo yum update

    Please refer to the official centos repo location: http://mirror.centos.org/centos/

People having good knowledge of Financial accounting can get an Accounting Certification Exams from StudySection to increase their chances of getting a job in this field. You can get a foundation level certification if you are new to Financial accounting or you can go for advanced level certification if you have expert level skills in Financial accounting.

Leave a Reply

Your email address will not be published.