On Thu, May 29, 2025 at 17:54:00 +0000, xuser wrote: > How to configure apt to not install upgrades for grub?
echo "PKGNAME hold" | sudo dpkg --set-selections Do that for each package you want to put on hold.
On Thu, May 29, 2025 at 17:54:00 +0000, xuser wrote: > How to configure apt to not install upgrades for grub?
echo "PKGNAME hold" | sudo dpkg --set-selections Do that for each package you want to put on hold.