I have a FreeBSD 13.1p6 desktop machine, hostname defiant (if it matters, i7 with 32GB RAM), running a KDE desktop. I have been reading, and have seen more than one person state that doing a pkg autoremove is a good way to clean up crufty packages. In fact, I saw someone who said their process for system upgrades is:
So the pkg upgrade upgraded, among other things the kde plasma desktop components from 5.27.1 to 5.27.2, however a pkg autoremove wants to remove those same plasma packages. In fact, on defiant, it wants to remove 315 packages. On my laptop, danube, on which I also run a kde desktop, it is only looking to remove 29 packages. Is there something wrong with defiant's package database or is routine pkg autoremove not a good idea, or perhaps something else is going on?
I have attached two text files, one for each host.
Thanks,
--vr
Code:
freebsd-update fetch install
pkg update
pkg upgrade
pkg autoremove
pkg check -d -s -a
pkg audit -F -r
pkg clean -y
So the pkg upgrade upgraded, among other things the kde plasma desktop components from 5.27.1 to 5.27.2, however a pkg autoremove wants to remove those same plasma packages. In fact, on defiant, it wants to remove 315 packages. On my laptop, danube, on which I also run a kde desktop, it is only looking to remove 29 packages. Is there something wrong with defiant's package database or is routine pkg autoremove not a good idea, or perhaps something else is going on?
I have attached two text files, one for each host.
Thanks,
--vr