Re: how to figure out reverse package dependency?

2020-08-29 Thread Matthias
Just tried something more simple. Works fine for me so far. https://github.com/mpfr/pkg_depts On 2020-08-23 08:58, Jonathan Gray wrote: On Sun, Aug 23, 2020 at 08:15:01AM +0200, Matthias wrote: How do I figure out which packages directly or indirectly depend on a specific package? Let's assum

Re: how to figure out reverse package dependency?

2020-08-23 Thread Stuart Henderson
On 2020-08-23, mp1...@gmx-topmail.de wrote: > > On 2020-08-23 15:36, Marcus MERIGHI wrote: >> Hello, >> >> j...@jsg.id.au (Jonathan Gray), 2020.08.23 (Sun) 08:58 (CEST): >>> On Sun, Aug 23, 2020 at 08:15:01AM +0200, Matthias wrote: How do I figure out which packages directly or indirectly dep

Re: how to figure out reverse package dependency?

2020-08-23 Thread mp1009
On 2020-08-23 15:36, Marcus MERIGHI wrote: Hello, j...@jsg.id.au (Jonathan Gray), 2020.08.23 (Sun) 08:58 (CEST): On Sun, Aug 23, 2020 at 08:15:01AM +0200, Matthias wrote: How do I figure out which packages directly or indirectly depend on a specific package? Let's assume that only installed

Re: how to figure out reverse package dependency?

2020-08-23 Thread Marcus MERIGHI
Hello, j...@jsg.id.au (Jonathan Gray), 2020.08.23 (Sun) 08:58 (CEST): > On Sun, Aug 23, 2020 at 08:15:01AM +0200, Matthias wrote: > > How do I figure out which packages directly or indirectly depend on a > > specific package? Let's assume that only installed packages shall be > > considered. > >

Re: how to figure out reverse package dependency?

2020-08-22 Thread Jonathan Gray
On Sun, Aug 23, 2020 at 08:15:01AM +0200, Matthias wrote: > How do I figure out which packages directly or indirectly depend on a > specific package? Let's assume that only installed packages shall be > considered. > > For example, if 'glib2' is the package in question, 'cairo', > 'gdk-pixbuf', 's

how to figure out reverse package dependency?

2020-08-22 Thread Matthias
How do I figure out which packages directly or indirectly depend on a specific package? Let's assume that only installed packages shall be considered. For example, if 'glib2' is the package in question, 'cairo', 'gdk-pixbuf', 'shared-mime-info', 'ImageMagick', etc. should be returned as all those