What's in your universe?

Oliver Grawert hostmaster at grawert.net
Sat Sep 25 08:57:06 UTC 2004


hi,

Am Samstag, den 25.09.2004, 01:25 -0700 schrieb Matt Zimmerman:
> On Sat, Sep 25, 2004 at 12:59:31PM +1000, Jeff Waugh wrote:
> 
> > On Fri, 2004-09-24 at 19:42 -0700, Matt Zimmerman wrote:
> > > comm -12 <(apt-cache dumpavail | grep-dctrl -nsPackage -FSection universe/ |sort) \
> > > 	<(dpkg --get-selections | awk '$2 == "install" { print $1 }' |sort) 
> > 
> > Modification of the (easier, no need for installing extra packages)
> > universe script to take that into account attached.
> 
> Still has the same bug.
> 
> mizar:[~] dpkg --get-selections | awk '/install$/ { print $2 }' | grep deinstall


try this one i use it on sid ..... should work:

dpkg --get-selections '*'| awk -Wi '$2 ~ /^install/ { print $2 }'

ciao
	oli





More information about the ubuntu-users mailing list