Rocky

Categoria:

Contenido:


htop

Actualizamos el sistema:

dnf upgrade --refresh

Habilitamos CRB (https://wiki.rockylinux.org/rocky/repo/#notes-on-crb):

dnf config-manager --set-enabled crb

Añadimos los repositorios de epel:

dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-next-release-latest-9.noarch.rpm

Instalamos htop:

dnf install htop -y