I have just attempted to do a pkg upgrade and it fails.
I get
Cannot install package: Kernel missing 64-bit Linux support
It may be that I tried using 64-bit Linux support at one tome but no longer need it.
How do I remove the pkg which requires it?
I have just attempted to do a pkg upgrade and it fails.
Cannot install package: Kernel missing 64-bit Linux support
Basically anything that starts withHow do I remove the pkg which requires it?
linux-* in its package name. kldload linux64 and continue with the upgrade. It only needs to be loaded. pkg check -dan to find missing dependencies. pkg check -da to let pkg actually installing missing pkgs.TBH, most of the time that's fine, where T-Aoki 's advice is helpful is that it's good to know what is missing as sometimes it's indicative of software that you don't need or want anymore still being installed. I can personally see that py311-acme is missing, but I'm fairly sure that I gave up on needing it months ago.Not really sure what I did apart from runningpkg upgrade -fmany times, but the previous errors disappeared and I am none the wiser.