Skip to content

Instantly share code, notes, and snippets.

@leosaa
Last active April 24, 2020 04:06
Show Gist options
  • Save leosaa/3d95d702ff54ffd136df3fb6b837ca7b to your computer and use it in GitHub Desktop.
Save leosaa/3d95d702ff54ffd136df3fb6b837ca7b to your computer and use it in GitHub Desktop.

Enable Epel

dnf install epel-release
Last metadata expiration check: 0:01:11 ago on Wed 01 Apr 2020 10:54:30 PM MDT.
Dependencies resolved.
============================================================================================================================
 Package                          Architecture               Version                       Repository                  Size
============================================================================================================================
Installing:
 epel-release                     noarch                     8-8.el8                       extras                      23 k

Transaction Summary
============================================================================================================================
Install  1 Package

Total download size: 23 k
Installed size: 32 k
Is this ok [y/N]: y
Downloading Packages:
epel-release-8-8.el8.noarch.rpm                                                              38 kB/s |  23 kB     00:00
----------------------------------------------------------------------------------------------------------------------------
Total                                                                                       5.3 kB/s |  23 kB     00:04
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                    1/1
  Installing       : epel-release-8-8.el8.noarch                                                                        1/1
  Running scriptlet: epel-release-8-8.el8.noarch                                                                        1/1
  Verifying        : epel-release-8-8.el8.noarch                                                                        1/1

Installed:
  epel-release-8-8.el8.noarch

Complete!

Update repos

dnf update
CentOS-8 - AppStream                                                                        163 kB/s | 6.6 MB     00:41
CentOS-8 - Base                                                                             139 kB/s | 5.0 MB     00:37
CentOS-8 - Extras                                                                           3.1 kB/s | 4.4 kB     00:01
Extra Packages for Enterprise Linux Modular 8 - x86_64                                       55 kB/s | 116 kB     00:02
Extra Packages for Enterprise Linux 8 - x86_64                                              108 kB/s | 6.2 MB     00:58
Dependencies resolved.
Nothing to do.
Complete!

dnf repolist
Last metadata expiration check: 0:01:11 ago on Wed 01 Apr 2020 11:06:37 PM MDT.
repo id                               repo name                                                                       status
AppStream                             CentOS-8 - AppStream                                                            5,123
BaseOS                                CentOS-8 - Base                                                                 2,126
*epel                                 Extra Packages for Enterprise Linux 8 - x86_64                                  5,123
*epel-modular                         Extra Packages for Enterprise Linux Modular 8 - x86_64                              0
extras                                CentOS-8 - Extras                                                                  10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment