Versions Compared

Key

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

...

STEP 1. Enable the EPEL repository

Code Block
# dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm

...

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