How to enable epel repository and yum update in redhat 7.4

# sudo rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
.
.
.
#yum update
.
.
# yum install transmission
.
.

 # yum repolist
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
repo id                                               repo name                                                                                 status
epel/x86_64                                           Extra Packages for Enterprise Linux 7 - x86_64                                            12,123
repolist: 12,123

# cd /etc/yum.repos.d/
# ls
epel.repo  epel-testing.repo  redhat.repo





how to clean yum list
#yum clean all
.
#rm -rf /var/cache/yum
.

#yum update

Post a Comment

0 Comments