Prevent Packages from Being Updated with yum and dnf
If you’ve compiled a kernel module for a specific kernel version or need to pin a package to prevent automatic updates, you’ll want to exclude it from yum or dnf. There are several approaches depending on whether you need a permanent exclusion, per-repository exclusion, or temporary lockdown. Global Exclusions in Configuration The simplest approach is…
