Hello everyone,
recently I've deleted certain packages which I no longer needed. Used the
But then I do
My question is, how can I determine which installed packages have these as dependencies? I understand, pkg(8) was supposed to tell me that when I was deleting them, but it didn't. Is there a way to check this? So far, with both portmaster and pkg there is only the option to silently check for dependencies. Is there a way to make them tell me about the results?
recently I've deleted certain packages which I no longer needed. Used the
pkg remove $pkg command, which then listed the packages to be removed along with the chosen one. I press "OK" and they're deleted.But then I do
portmaster -a to update ports, and it insists on installing back those packages I deleted. My question is, how can I determine which installed packages have these as dependencies? I understand, pkg(8) was supposed to tell me that when I was deleting them, but it didn't. Is there a way to check this? So far, with both portmaster and pkg there is only the option to silently check for dependencies. Is there a way to make them tell me about the results?