pkg autoremove anomalies

Everything related to Installing and maintaining software.
Post Reply
nevets
Posts: 149
Joined: Tue Jun 23, 2020 3:54 am

pkg autoremove anomalies

Post by nevets »

Is there an issue in building the binaries where a 'not automatic' flag isn't being set?
sudo pkg autoremove
shows...
Installed packages to be REMOVED:
automount: 1.7.8_2
backup-station: 0.2
binutils: 2.40_4,1
fusefs-lkl: 4.16.g20180628_4
fusefs-ntfs: 2022.10.3
gcc12: 12.2.0_6
ghostbsd-pkg-conf: 23.06.05
ghostbsd-update-scripts: 21.08.21_2
libublio: 20070103_3
libzip: 1.9.2
networkmgr: 6.2
py39-bectl: 0.2
setxkbmap: 1.3.2
software-station: 1.6
sudo: 1.9.13p3
update-station: 4.6
version: 23.06.05
xdg-user-dirs: 0.18
xmodmap: 1.0.10
xorg-macros: 1.19.3
xtrans: 1.4.0
Which is a little bizarre - there are crucial GhostBSD packages here...
I reinstalled everything [update -f] and then
sudo pkg set -A 0 'name of package'
for the essential ones to mend the problem.
zazlox
Posts: 6
Joined: Mon May 22, 2023 5:42 pm

Re: pkg autoremove anomalies

Post by zazlox »

autoremove option will remove dependencies that are not needed by any app.
User avatar
neville
Developer
Posts: 88
Joined: Fri Aug 13, 2021 10:27 am
Location: Japan

Re: pkg autoremove anomalies

Post by neville »

Autoremove should only remove outdated packages. Those packages listed should be old versions

You can check by running

pkg info automount

To check which version is installed

BTW you can update GhostBSD with the update-station program
nevets
Posts: 149
Joined: Tue Jun 23, 2020 3:54 am

Re: pkg autoremove anomalies

Post by nevets »

OK, but the system is up to date and these are not outdated pkgs that autoremove wished to cull....
So why would GhostBSD system pkgs [networkmgr, update-station, software-station...] and sudo, automount... be in autoremove''s sights?
Isn't this unusual?

Is it because I experimented this last week with ghost-build and it used different pkg targets?
User avatar
ericbsd
Developer
Posts: 2056
Joined: Mon Nov 19, 2012 7:54 pm

Re: pkg autoremove anomalies

Post by ericbsd »

@nevets looks like ghostbsd-utils was removed. It is a meta package for to install all GhostBSD tools.
nevets
Posts: 149
Joined: Tue Jun 23, 2020 3:54 am

Re: pkg autoremove anomalies

Post by nevets »

Thanks Erik, spot on - the ghostbsd-utils pkg is missing :-)
grahamperrin
Posts: 105
Joined: Sun Sep 04, 2016 6:06 am

pkg-autoremove(8) and orphans

Post by grahamperrin »

neville wrote: Sun Jun 25, 2023 8:15 pm Autoremove should only remove outdated packages. …
No, please see pkg-autoremove(8).
Post Reply