Install EPEL Repository: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://linuxhostsupport.com/blog/how-to-set-up-and-use-yum-repositories-on-centos-7/ =Internal= * yum =Overview=") |
|||
Line 4: | Line 4: | ||
* [[Yum#Adding_a_Repository_Definition|yum]] | * [[Yum#Adding_a_Repository_Definition|yum]] | ||
=Overview= | =Overview= | ||
=Procedure= | |||
Ensure that all installed packages are up-to-date: | |||
<syntaxhighlight lang='bash'> | |||
yum clean all | |||
yum update | |||
</syntaxhighlight> | |||
Install yum-utils: | |||
{{Internal|Yum#yum-config-manager|yum | yum-config-manager}} |
Revision as of 03:15, 18 April 2021
External
Internal
Overview
Procedure
Ensure that all installed packages are up-to-date:
yum clean all
yum update
Install yum-utils: