[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Check that all packages are stable



On Thu, Dec 08, 2005 at 03:34:28PM +0100, Jacob Friis Saxberg wrote:
> On 12/8/05, mikepolniak <mikpolniak@adelphia.net> wrote:
> > On 10:02 Thu 08 Dec     , Jacob Friis Saxberg wrote:
> > > Hello.
> > >
> > > How can I check that all my packages are from stable?
> >
> > apt-show-versions|wc && apt-show-versions|fgrep /stable|wc
> 
> I get numbers:
> 
> # apt-show-versions|wc && apt-show-versions|fgrep /stable|wc
>     523    2110   21321
>     393    1179   14662

Only the first column is important, really.  This says that you have
523 packages total and only 393 of those are from stable.  To find out
what the other packages are, do:

apt-show-versions|fgrep -v /stable

-- 
Maurits van Rees
Personal:   http://maurits.vanrees.org/ [NL]
Work:       http://zestsoftware.nl/
GnuPG key:  http://maurits.vanrees.org/var/gpgkey.asc
"Do only what only you can do." --- Edsger Wybe Dijkstra

Attachment: signature.asc
Description: Digital signature


Reply to: