#497822 impossible to distinguish depends, suggests, and recommends in rdepends output

Package:
apt
Source:
apt
Description:
commandline package manager
Submitter:
Jack Bates
Date:
2015-08-14 08:18:16 UTC
Severity:
minor
#497822#5
Date:
2008-09-04 16:40:35 UTC
From:
To:
I find the "apt-cache rdepends" tool very helpful in identifying which packages depend on a given package, however it is frustrating that I cannot distinguish depends, suggests, and recommends without looking at each reverse dependency individually.

For example, when I type "apt-cache rdepends gdb" I see that both gcc and bug-buddy depend on gdb. However I have to look at the gcc package and bug-buddy individually to tell that gcc "recommends" gdb, while bug-buddy "depends" on it.

I wish that the "apt-cache rdepends" output distinguished depends, suggests, and recommends.

Much thanks, Jack