...
STEP 2. Update the system after the installation of the EPEL repository
| Code Block |
|---|
dnf update |
STEP 3. Install htop
| Code Block |
|---|
dnf install htop |
...
STEP 2. Update the system after the installation of the EPEL repository
| Code Block |
|---|
sudo yum -y update |
STEP 3. Install htop
| Code Block |
|---|
sudo yum -y install htop |