On Sun, 28 Nov 2021 14:11:27 -0600
John Hasler <[email protected]> wrote:
> Celejar writes:
> > ...or even "recommends" that one...
>
> I wrote:
> > How do you know?
>
> Celejar writes:
> > $ apt-cache rdepends fonts-recommended
> > fonts-recommended
> > Reverse Depends:
>
> That doesn't show recommends.
Yes, it does. From the man page:
--no-pre-depends, --no-depends, --no-recommends, --no-suggests, --no-conflicts,
--no-breaks, --no-replaces, --no-enhances
Per default the depends and rdepends print all dependencies. This
can be tweaked with these flags which will omit the specified
dependency type. Configuration Item: APT::Cache::ShowDependencyType
e.g. APT::Cache::ShowRecommends.
Celejar