|
|
|
|
||||||
| linux.debian.user debian-user@lists.debian.org. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi,
Sorry if the question is too simple. I just started with debian-etch. I now tried to figure out how I can get a list of actually installed packages. Is there a simple answer? Regards franz -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Franz Edler wrote:
> Hi, > > Sorry if the question is too simple. I just started with debian-etch. > I now tried to figure out how I can get a list of actually installed > packages. > Is there a simple answer? dpkg --get-selections > installed_packages_list.txt Another option that you migt want to look at is dpkg --set-selections. Both the options are explained in the dpkg manual. You can also find some tips in the "Debian Reference" book (apt-get install debian-reference-en) hth raju -- Kamaraju S Kusumanchi http://www.people.cornell.edu/pages/kk288/ http://malayamaarutham.blogspot.com/ -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On Sat, Sep 08, 2007 at 03:30:14PM +0200, Franz Edler wrote:
> Hi, > > Sorry if the question is too simple. I just started with debian-etch. > I now tried to figure out how I can get a list of actually installed > packages. > Is there a simple answer? Yes. dpkg -l A better answer would be dpkg -l|awk 'NR > 5 { print $2}' HTH. Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
Hi,
short answer: dpkg --get-selections Jerome Franz Edler wrote: > Hi, > > Sorry if the question is too simple. I just started with debian-etch. > I now tried to figure out how I can get a list of actually installed > packages. > Is there a simple answer? > > Regards > franz > > -- Jerome BENOIT jgmbenoit_at_mailsnare_dot_net -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
On Sat, Sep 08, 2007 at 03:30:14PM +0200, Franz Edler wrote:
> Hi, > > Sorry if the question is too simple. I just started with debian-etch. > I now tried to figure out how I can get a list of actually installed > packages. > Is there a simple answer? 'aptitude search ~i' or in interactive mode press 'l' and then use the same '~i'. Regards, Andrei -- If you can't explain it simply, you don't understand it well enough. (Albert Einstein) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFG4q+6qJyztHCFm9kRAtZpAKCRAGxsiuSAfLKfcr4o/n8iNUIqDgCgomfE zlhKHAdvoRY+T9Bu+OHjtJQ= =9UU7 -----END PGP SIGNATURE----- |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
On Sat, Sep 08, 2007 at 03:30:14PM +0200, Franz Edler wrote:
> > Sorry if the question is too simple. I just started with debian-etch. > I now tried to figure out how I can get a list of actually installed > packages. > Is there a simple answer? > Do you really want a list of all the packages installed on your system or, if you use aptitude to resolve dependencies, do you want a list of packages that you specifically wanted installed (and forget about those installed merely to resolve dependancies? If the latter: #aptitude search '~i!~M' That's installed (~i) but not (!) automatically (~M). Its a much shorter list. Doug. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
![]() |
| Outils de la discussion | |
|
|