Hi all,
I was wondering…as I understand the kernel for the templates-vm/app-vm is provided through xen-hypervisor. So why does fedora-33 download respectively update an internal kernel. Is there a way to prevent that since it is not needed?
You can stop any package from being updated as you choose.
In Fedora,edit /etc/dnf/dnf.conf and add a line like this in the [main]
section: excludepkgs=kernel,kernel-core,kernel-debug-devel,kernel-devel
You can use wild cards here, (kernel*): it will apply to all
repositories.
You can also override this setting by using includepkgs in a
repository definition: there’s interplay between wildcards in the two
sections. And you can override this by using dnf --disableexcludes=main.
In Debian, you mark the package with a hold : sudo apt-mark hold <package_name> sudo apt-mark showhold will (obviously) show you what is on hold. sudo apt-mark unhold <package_name> will…
In Arch, edit pacman.conf, and use IgnorePkg = .. or IgnoreGroup =