Useful DNF Command to Exclude Packages from Being Installed
Useful DNF Command to Exclude Packages from Being Installed
dnf --disablerepo="*" --enablerepo="custom-rocky-lts-9.2.x86_64" --exclude=dotnet-host-7.* install dotnet*
dnf --disablerepo="*" --enablerepo="custom-rocky-lts-9.2.x86_64" --exclude=dotnet-host-7.* install dotnet*