On Thu, Dec 30, 2021 at 09:01:32AM +0100, Rutger wrote: > On 30-12-2021 08:43, Geert Stappers wrote: > > Hoi, > > > > Er is een programma dat > > - lijst genereerd welke packages je ge-installeerd hebt > > - opzoekt welke bugs er van openstaan > > - zo laat zien hoe te helpen > > > > > > Nu ben ik de naam kwijt van dat programma. > > Vandaar de vraag: Hoe heet het? > > $ whatis apt-listbugs > apt-listbugs (1) - Lists critical bugs before each APT > installation/upgrade > > Werkt ook als je het manueel uitvoert, bijvoorbeeld: > > $ apt-listbugs list apache2 > Retrieving bug reports... Done > Parsing Found/Fixed information... Done > grave bugs of apache2 (-> ) <Outstanding> > b1 - #967010 - apache2: last debian 10.4 , last apache avail from repo hangs > on install (and start phase) > Summary: > apache2(1 bug) >
Dank. Ik heb `apt-listbugs` uitgeprobeerd. En op een andere plek leerde ik van `how-can-i-help` ( package naam is ook `how-can-i-help` ) Dat is het programma wat ik zocht. |$ whatis how-can-i-help |how-can-i-help (1) - show opportunities for contributing to Debian |$ apt show !$ 2>/dev/null | sed --silent '/^Description/,$p' |apt show how-can-i-help 2>/dev/null | sed --silent '/^Description/,$p' |Description: show opportunities for contributing to Debian | how-can-i-help hooks into APT to list opportunities for contributions to | Debian (orphaned packages, bugs tagged 'newcomer') for packages installed | locally, after each APT invocation. It can also be invoked directly, and | then lists all opportunities for contribution (not just the new ones). | |$ Groeten Geert Stappers -- Silence is hard to parse
