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>