trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: July 2019

Re: [trinity-users] Can status column be made to contain only ii?

From: Mike Bird <mgb-trinity@...>
Date: Sun, 14 Jul 2019 20:13:59 -0700
On Sun July 14 2019 20:02:27 Felix Miata wrote:
> Mike Bird composed on 2019-07-14 19:28 (UTC-0700):
> > Felix Miata wrote:
> >> Is it normal for non-iis not to be reduced to 0? How to get rid of the
> >> numerous rcs?
> >
> > dpkg --purge ...
>
> # dpkg -l | grep '^rc' | wc -l
> 125
> # dpkg --purge ...
> dpkg: error: --purge needs a valid package name but '...' is not: illegal
> package name in specifier '...': must start with an alphanumeric character

You can either manually list the non-ii packages there or use some bash/awk
magic.

I'm not going to publish a solution that purges a huge number of packages
which someone might try ten years hence and do themselves a lot of harm.

--Mike