Score:0

How to identify packages that are installed solely due to Suggests

kw flag

I'm trying to identify packages that are installed solely due to a Suggests-type dependency. As a start, I've tried using an aptitude search to identify all automatically installed packages that are suggested by some other package:

aptitude search '?for a: ?suggests(?a:automatic)'

But that includes packages that are installed due to Depends- and Recommends-type dependencies, which I want to exclude from the results. I've tried to exclude packages from the results that are there due to Depends- and Recommends- dependencies of installed packages:

aptitude search '?for a: ?suggests(?a:automatic) !?installed?depends(?=a) !?installed?recommends(?=a)'

… but that yields zero results, which doesn't seem right.

How can I formulate the aptitude query (or obtain the information in any other way)?

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.