autocrosser wrote:It runs with Apt-get & Aptitude---A total "must-have"----nice to get the "do you really want to install this?" warning

Generally sends me to bug reports to see why, and allows time to think about that upgrade.....You would see it much more if you were running Experimental sources....I see it about 2~3 times a week.....
Thanks autocrosser.
I did notice that it runs "silently" in the background (unless there is a reported bug), when I did my updates this morning.
For the first time, I noticed the
"ckecking for bugs" section. Nothing in testing, but I am sure I will see something in "SID" sometime this week.
----------------------------------
dawgdoc wrote:Gene,
I use it routinely before doing upgrades. If you run
- Code: Select all
apt-listbugs list <packagename>
it will output Grave, Critical and Serious bugs
If you run
- Code: Select all
apt-listbugs list <packagename> -s all
it will output Grave, Critical, Serious, Important, Normal, Minor, and Wishlist bugs. If you only wanted to see the Important and Normal bugs you would enter
- Code: Select all
apt-listbugs list <packagename> -s important,normal
To find bugs still present in a particular version
- Code: Select all
apt-listbugs list <packagename/versionnumber>
such as apt-listbugs list gdm3/2.30.5-9
Dawgdoc
Thanks for the tips on usage. I will be using those as well.

Very nice addition. Surprised I dont see more mention of it..