PDA

View Full Version : [ubuntu] a list of new installed programs



KhaaL
February 26th, 2009, 12:17 AM
I'm looking to complement a backup script i'm writing with which programs i have installed. I got the tip to use

dpkg –get-selections | grep -v deinstall > installed-apps

However there is one problem with that line... it makes a list of everything installed, even the libs for the system! I'm only interested in what programs i've installed after. How can I do that?

KhaaL
February 26th, 2009, 08:55 PM
bumping...