Skip to content

Rocky Linux

yum/dnf

Check all repo list

sudo dnf repolist --all

Get the enabled repo list

dnf repolist enabled
dnf repoquery --info <vim>

CleanUp and Create Cache

Cleanup

Clean the cache

Create

sudo dnf makecache

Install epel repo

sudo dnf install epel-release -y
sudo dnf install https://rpms.remirepo.net/enterprise/remi-release-9.rpm -y

Get the list of package modules

dnf module list <php>