Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

Code Block
sudo yum update -y


STEP 3. Install htop

Code Block
sudo yum install -y htop