Dan Langille on Nostr: This is your friend: pkg version -vRL= | grep orphaned It tells you if an installed ...
This is your friend:
pkg version -vRL= | grep orphaned
It tells you if an installed package is no longer available in the repo.
You probably have that pkg cached in /var/cache/pkg, but for me, that's not good enough.
I'd rather know now than during an upgrade.
#FreeBSD
pkg version -vRL= | grep orphaned
It tells you if an installed package is no longer available in the repo.
You probably have that pkg cached in /var/cache/pkg, but for me, that's not good enough.
I'd rather know now than during an upgrade.
#FreeBSD