:: Re: [DNG] how do I get apt to tell …
Top Page
Delete this message
Reply to this message
Author: o1bigtenor
Date:  
CC: dng
Subject: Re: [DNG] how do I get apt to tell me
On Sat, Apr 18, 2026 at 8:27 PM fsmithred via Dng <dng@???> wrote:
>
> On 4/18/26 08:09, o1bigtenor via Dng wrote:
>
> > How do I find which 2 packages are the offending ones? (the 2 not
> > fully installed or removed)
> >
>
>
> dpkg -l | grep -v ^ii
>
> Look for lines that start with an upper case code. (rc means removed but
> left the config file behind. Those aren't a problem.)
>
> You don't need to be root to run that.
>
>


Thank you very much gentlemen!!