Re: Installed packages

2009-08-19 Thread Andrei Popescu
On Wed,19.Aug.09, 10:41:27, Boyd Stephen Smith Jr. wrote: > In <20090819090118.gb7...@borusse.tmr.net>, Alex Huth wrote: > >I want generate a list of all installed packages, without the dependencies > > of manual installed packages and the the packages from the base system. > > > >What i have found

Re: Installed packages

2009-08-19 Thread Boyd Stephen Smith Jr.
In <20090819090118.gb7...@borusse.tmr.net>, Alex Huth wrote: >I want generate a list of all installed packages, without the dependencies > of manual installed packages and the the packages from the base system. > >What i have found so far by our friend google: > >aptitude search "?installed(?not(?a

Re: Installed Packages

2006-12-24 Thread operator
/I do this fairly often, here is how to do it: 1. open the synaptic package manager. 2. click file>save markings as 3. check save full state. hope this helps operator / Kevin Coyner wrote: >On Sun, Dec 24, 2006 at 02:14:17AM -0800, Baz wrote.. > > > >>How best to save a listing of all instal

Re: Installed Packages: CORRECTION!

2006-12-24 Thread John -
On (24/12/06 15:28), John - wrote: > To: debian-user@lists.debian.org > From: John - <[EMAIL PROTECTED]> > Subject: Re: Installed Packages > Date: Sun, 24 Dec 2006 15:28:58 -0500 > X-Spam-Status: No, score=3.3 required=5.0 tests=AWL,BAYES_50,EMPTY_MESSAGE, > FORGE

Re: Installed Packages

2006-12-24 Thread John -
On (24/12/06 12:47), Luis Lima wrote: > On Sun, 24 Dec 2006, Baz wrote: > > How best to save a listing of all installed packages? > $ dpkg -l > will give a list. Or if you want to be fancy, put this all on one line: dpkg --get-selections \* | grep -e install -e hold | grep -v deinstall ~/got-sel

Re: Installed Packages

2006-12-24 Thread Ismael Valladolid Torres
Jerome BENOIT escribe: > what you certainly want is > > dpkg --get-selections You can even use the output of this command and pipe it to dpkg --set-selections and then apt-get -f update in order to have in a second machine a clone of the packages installed in the first one. Cordially, Ismael --

Re: Installed Packages

2006-12-24 Thread Luis Lima
On Sun, 24 Dec 2006, Baz wrote: > Seasons Greetings - > > How best to save a listing of all installed packages? > > Sebastian > Hi Sebastian, $ dpkg -l will give a list. macondo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROT

Re: Installed Packages

2006-12-24 Thread Kevin Coyner
On Sun, Dec 24, 2006 at 02:14:17AM -0800, Baz wrote.. > How best to save a listing of all installed packages? dpkg-query -l | grep ii > /tmp/installed-packages -- Kevin Coyner GnuPG key: 1024D/8CE11941 signature.asc Description: Digital signature

Re: Installed Packages

2006-12-24 Thread Jerome BENOIT
Hello List, what you certainly want is dpkg --get-selections Jerome Baz wrote: Seasons Greetings - How best to save a listing of all installed packages? Sebastian -- Jerome BENOIT jgmbenoit_at_mailsnare_dot_net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscr

Re: Installed packages: what location from?

2004-03-22 Thread Andreas Janssen
Hello Sarunas Burdulis (<[EMAIL PROTECTED]>) wrote: > Is there a way to find out from which ftp/http source the package was > installed (assuming it was installed via `apt-get ...`)? apt-cache policy package can help you (as long you don't have different sources which provide packages with exac