...
STEP 2. Update the system after the installation of the EPEL repository
| Code Block |
|---|
dnf update -y |
STEP 3. Install htop
| Code Block |
|---|
dnf install -y htop |
For Centos 7
STEP 1. Enable the EPEL repository
...
...
STEP 2. Update the system after the installation of the EPEL repository
| Code Block |
|---|
dnf update -y |
STEP 3. Install htop
| Code Block |
|---|
dnf install -y htop |
STEP 1. Enable the EPEL repository
...