I have a poudriere repository that I use to build firefox, cmus, scilab and few other packages.
Now, I have some packages that I don't longer need, and no other installed packages depend on them.
Once the above packages get removed with autoremove, pkg will re-install them when i try to install any other package on my system, for example
It is really annoying, and I don't seem to find a way to solve it. Any help?
Now, I have some packages that I don't longer need, and no other installed packages depend on them.
Code:
sudo pkg autoremove
Installed packages to be REMOVED:
ORBit2-2.14.19_2
lapack-3.5.0_5
blas-3.5.0_4
gcc7-7.3.0_6
isl-0.19
libdaemon-0.14_1
libsamplerate-0.1.9
libssh2-1.8.0,3
Once the above packages get removed with autoremove, pkg will re-install them when i try to install any other package on my system, for example
Code:
#pkg install terminus-ttf
New packages to be INSTALLED:
terminus-ttf: 4.46.0 [FreeBSD]
libdaemon: 0.14_1 [FreeBSD]
ORBit2: 2.14.19_2 [FreeBSD]
libsamplerate: 0.1.9 [custom]
lapack: 3.5.0_5 [FreeBSD]
blas: 3.5.0_4 [FreeBSD]
gcc7: 7.3.0_6 [FreeBSD]
isl: 0.19 [custom]
libssh2: 1.8.0,3 [FreeBSD]
It is really annoying, and I don't seem to find a way to solve it. Any help?