Re: how to use dpkg to list some packages

2007-05-15 Thread Chris Bannister
On Tue, May 08, 2007 at 12:07:31AM -0700, Serena Cantor wrote: > how to use dpkg to list all packages in doc section that can be installed? > > just list package names. You could look at grep-dctrl. I think you can search by section on the packages section on debian.org. But, I think you are bar

Re: how to use dpkg to list some packages

2007-05-15 Thread Chris Bannister
On Tue, May 08, 2007 at 09:27:57AM +0200, bdeferme wrote: > Serena Cantor <[EMAIL PROTECTED]> wrote: > > >how to use dpkg to list all packages in doc section that can be installed? > > > >just list package names. > > > >Thanks! > > dpkg -l will list all the packages in /var/lib/dpkg/list and brie

Re: (solved on my own) Re: how to use dpkg to list some packages

2007-05-10 Thread Arnfinn Ringvold
On Tue, 08 May 2007 18:00:08 +0200, Nigel Henry wrote: > On Tuesday 08 May 2007 16:36, Douglas Allan Tutty wrote: >> On Tue, May 08, 2007 at 06:02:41AM -0700, Serena Cantor wrote: >> > aptitude search \!~i~sdoc only lists 4 packages. >> > >> > surely main of sarge has far more than that. >> > > I

Re: (solved on my own) Re: how to use dpkg to list some packages

2007-05-08 Thread Andrei Popescu
On Tue, May 08, 2007 at 11:47:25PM +0200, Nigel Henry wrote: > > Just send a bug severity 'wishlist' with 'reportbug synaptic'. > Where do I send this too Andrei? I've just posted this evening to the 3 > synaptic maintainers, and all have been effectively bounced back. See my > reply to Cybe R.

Re: (solved on my own) Re: how to use dpkg to list some packages

2007-05-08 Thread Roberto C . Sánchez
On Tue, May 08, 2007 at 11:29:58PM +0200, Nigel Henry wrote: > > Not your fault man, but I emailed to all 3 maintainers there and all got > thrown back. See below. > > - These recipients of your message have been processed by the mail server: > [EMAIL PROTECTED]; Failed; 5.3.0 (other or undefin

Re: (solved on my own) Re: how to use dpkg to list some packages

2007-05-08 Thread Nigel Henry
On Tuesday 08 May 2007 18:50, Andrei Popescu wrote: > On Tue, May 08, 2007 at 05:50:19PM +0200, Nigel Henry wrote: > > it would be a nice feature for Synaptic's scrollbar to have both slow, > > and fast, up, and down arrows. > > > > Perhaps I should put this to Synaptic's maintainer. Anyone know wh

Re: (solved on my own) Re: how to use dpkg to list some packages

2007-05-08 Thread Nigel Henry
On Tuesday 08 May 2007 18:34, Cybe R. Wizard wrote: > Nigel Henry <[EMAIL PROTECTED]> said: > > Perhaps I should put this to Synaptic's maintainer. Anyone know who > > that is? > > > > Nigel. > > menu, click , then > > Cybe R. Wizard Not your fault man, but I emailed to all 3 maintainers there

Re: (solved on my own) Re: how to use dpkg to list some packages

2007-05-08 Thread Johannes Wiedersich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Serena Cantor wrote: > aptitude search \!~i~sdoc only lists 4 packages. > surely main of sarge has far more than that. on my etch system it lists 876, as you asked this are the 'that can be installed', ie. the ones that are available minus the ones th

Re: (solved on my own) Re: how to use dpkg to list some packages

2007-05-08 Thread Andrew Sackville-West
On Tue, May 08, 2007 at 08:30:11PM +0200, Johannes Wiedersich wrote: > Andrew Sackville-West wrote: > > On Tue, May 08, 2007 at 06:02:41AM -0700, Serena Cantor wrote: > >> aptitude search \!~i~sdoc only lists 4 packages. > >> > >> surely main of sarge has far more than that. > >> > >> I've got many

re: how to use dpkg to list some packages

2007-05-08 Thread Mike McClain
On Tue, 8 May 2007, Serena Cantor <[EMAIL PROTECTED]> wrote: > I want to find a package in doc section. It's a tutorial on html. IMHO, your best bet for finding tutorials is Google. I looked though my Debian available packages list and didn't see any that appeared to be a tutorial for html. Here

Re: (solved on my own) Re: how to use dpkg to list some packages

2007-05-08 Thread Johannes Wiedersich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew Sackville-West wrote: > On Tue, May 08, 2007 at 06:02:41AM -0700, Serena Cantor wrote: >> aptitude search \!~i~sdoc only lists 4 packages. >> >> surely main of sarge has far more than that. >> >> I've got many replies, none solved my question. T

Re: (Continued) Re: how to use dpkg to list some packages

2007-05-08 Thread Andrew Sackville-West
On Tue, May 08, 2007 at 02:38:34AM -0700, Serena Cantor wrote: > > --- bdeferme <[EMAIL PROTECTED]> wrote: > > > Serena Cantor <[EMAIL PROTECTED]> wrote: > > > > > I remember, dselect can show available packages. > > > > > > Can dpkg do that? > > > > I'm afraid not, you might want to use dselec

Re: (solved on my own) Re: how to use dpkg to list some packages

2007-05-08 Thread Andrew Sackville-West
On Tue, May 08, 2007 at 06:02:41AM -0700, Serena Cantor wrote: > aptitude search \!~i~sdoc only lists 4 packages. > > surely main of sarge has far more than that. > > I've got many replies, none solved my question. Thanks anyway. > > I'm java programmer, I'd rather write a program to parse a fil

re: how to use dpkg to list some packages

2007-05-08 Thread Mike McClain
On Tue, 8 May 2007, Serena Cantor <[EMAIL PROTECTED]> wrote: > how to use dpkg to list all packages in doc section that can be installed? > > just list package names. > > Thanks! I don't think dpkg itself will, try: grep "Package: .*doc" /var/lib/dpkg/available | cut -d" " -f2 for a list of avai

Re: (solved on my own) Re: how to use dpkg to list some packages

2007-05-08 Thread Andrei Popescu
On Tue, May 08, 2007 at 05:50:19PM +0200, Nigel Henry wrote: > it would be a nice feature for Synaptic's scrollbar to have both slow, and > fast, up, and down arrows. > > Perhaps I should put this to Synaptic's maintainer. Anyone know who that is? Just send a bug severity 'wishlist' with 'rep

Re: (solved on my own) Re: how to use dpkg to list some packages

2007-05-08 Thread Cybe R. Wizard
Nigel Henry <[EMAIL PROTECTED]> said: > Perhaps I should put this to Synaptic's maintainer. Anyone know who > that is? > > Nigel. menu, click , then Cybe R. Wizard -- Nice computers don't go down. Larry Niven, Steven Barnes "The Barsoom Project" -- To UNSUBSCRIBE,

Re: (solved on my own) Re: how to use dpkg to list some packages

2007-05-08 Thread Nigel Henry
On Tuesday 08 May 2007 16:36, Douglas Allan Tutty wrote: > On Tue, May 08, 2007 at 06:02:41AM -0700, Serena Cantor wrote: > > aptitude search \!~i~sdoc only lists 4 packages. > > > > surely main of sarge has far more than that. > > > > I've got many replies, none solved my question. Thanks anyway.

Re: (solved on my own) Re: how to use dpkg to list some packages

2007-05-08 Thread Douglas Allan Tutty
On Tue, May 08, 2007 at 06:02:41AM -0700, Serena Cantor wrote: > aptitude search \!~i~sdoc only lists 4 packages. > > surely main of sarge has far more than that. > > I've got many replies, none solved my question. Thanks anyway. > > I'm java programmer, I'd rather write a program to parse a fil

(solved on my own) Re: how to use dpkg to list some packages

2007-05-08 Thread Serena Cantor
aptitude search \!~i~sdoc only lists 4 packages. surely main of sarge has far more than that. I've got many replies, none solved my question. Thanks anyway. I'm java programmer, I'd rather write a program to parse a file in /var/lib/apt/lists to list desired packages. --- Maik Beckmann <[EMAIL

Re: how to use dpkg to list some packages

2007-05-08 Thread Jörg-Volker Peetz
Maik Beckmann wrote: >> aptitude search !~i~sdoc > > this results in: > $ aptitude search !~i~sdoc > bash: !~i~sdoc: event not found > but > $ aptitude search \!~i~sdoc > works. > > MfG Maik > Yes, to protect the "!" and the "~" from any shell expansion it should be called like

Re: how to use dpkg to list some packages

2007-05-08 Thread Franck Joncourt
On Tue, May 08, 2007 at 02:02:03PM +0200, Maik Beckmann wrote: > Am Dienstag, 8. Mai 2007 13:24:37 schrieb Jörg-Volker Peetz: > > Serena Cantor wrote: > > > I use sarge, your command does not work. > > > > Sorry, that's my typo. It must be > > aptitude search !~i~sdoc > > -- > > this results in:

Re: how to use dpkg to list some packages

2007-05-08 Thread Maik Beckmann
Am Dienstag, 8. Mai 2007 13:24:37 schrieb Jörg-Volker Peetz: > Serena Cantor wrote: > > I use sarge, your command does not work. > > Sorry, that's my typo. It must be > aptitude search !~i~sdoc > -- this results in: $ aptitude search !~i~sdoc bash: !~i~sdoc: event not found but $

Re: how to use dpkg to list some packages

2007-05-08 Thread Jörg-Volker Peetz
Serena Cantor wrote: > I use sarge, your command does not work. > Sorry, that's my typo. It must be aptitude search !~i~sdoc -- Regards, Jörg-Volker. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: (Continued) Re: how to use dpkg to list some packages

2007-05-08 Thread bdeferme
Ron Johnson <[EMAIL PROTECTED]> wrote: PS: I always get 2 copyes of your email Probably because he does a "Reply All" instead of "Reply To List". Yeah sorry, that's what I did, my bad. I'm on another list(work related) where it's rather usual to do a "Reply all" to make sure people -not-

Re: how to use dpkg to list some packages

2007-05-08 Thread Maik Beckmann
Am Dienstag, 8. Mai 2007 09:07:31 schrieb Serena Cantor: > how to use dpkg to list all packages in doc section that can be installed? > > just list package names. > > Thanks! > Hello Serena, I hope this does what you want: # apt-get install wajig ... $ wajig list-section doc MfG Maik -- T

Re: how to use dpkg to list some packages

2007-05-08 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/08/07 04:33, Serena Cantor wrote: > I use sarge, your command does not work. > > I'd rather give up. With an attitude like that, you *should* go back to Windows. > --- Jörg-Volker Peetz <[EMAIL PROTECTED]> wrote: > >> Serena Cantor wrote: >>>

Re: (Continued) Re: how to use dpkg to list some packages

2007-05-08 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/08/07 04:38, Serena Cantor wrote: > --- bdeferme <[EMAIL PROTECTED]> wrote: > >> Serena Cantor <[EMAIL PROTECTED]> wrote: >> >>> I remember, dselect can show available packages. >>> >>> Can dpkg do that? >> I'm afraid not, you might want to use

Re: (Continued) Re: how to use dpkg to list some packages

2007-05-08 Thread Serena Cantor
--- bdeferme <[EMAIL PROTECTED]> wrote: > Serena Cantor <[EMAIL PROTECTED]> wrote: > > > I remember, dselect can show available packages. > > > > Can dpkg do that? > > I'm afraid not, you might want to use dselect, or apt-cache offcourse. > Why would you want to list all available packages an

Re: how to use dpkg to list some packages

2007-05-08 Thread Serena Cantor
I use sarge, your command does not work. I'd rather give up. --- Jörg-Volker Peetz <[EMAIL PROTECTED]> wrote: > Serena Cantor wrote: > > how to use dpkg to list all packages in doc section that can be installed? > > > > just list package names. > > > > Thanks! > With aptitude it is > aptitud

Re: how to use dpkg to list some packages

2007-05-08 Thread Jörg-Volker Peetz
Serena Cantor wrote: > how to use dpkg to list all packages in doc section that can be installed? > > just list package names. > > Thanks! With aptitude it is aptitude !~i~sdoc -- Regards, Jörg-Volker. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Re: (Continued) Re: how to use dpkg to list some packages

2007-05-08 Thread Raffaele Morelli
2007/5/8, Serena Cantor <[EMAIL PROTECTED]>: I remember, dselect can show available packages. Can dpkg do that? apt-cache search package_name or apt-get install [tab][tab] will ask you to show all available packages in the repositories pointed by sources.list raffaele

Re: (Continued) Re: how to use dpkg to list some packages

2007-05-08 Thread bdeferme
Serena Cantor <[EMAIL PROTECTED]> wrote: I remember, dselect can show available packages. Can dpkg do that? I'm afraid not, you might want to use dselect, or apt-cache offcourse. Why would you want to list all available packages anyway? Could be a huge list. P.S. Try to reply at the bot

(Continued) Re: how to use dpkg to list some packages

2007-05-08 Thread Serena Cantor
I remember, dselect can show available packages. Can dpkg do that? --- bdeferme <[EMAIL PROTECTED]> wrote: > Serena Cantor <[EMAIL PROTECTED]> wrote: > > > how to use dpkg to list all packages in doc section that can be installed? > > > > just list package names. > > > > Thanks! > > dpkg -l wi

Re: how to use dpkg to list some packages

2007-05-08 Thread bdeferme
Serena Cantor <[EMAIL PROTECTED]> wrote: how to use dpkg to list all packages in doc section that can be installed? just list package names. Thanks! dpkg -l will list all the packages in /var/lib/dpkg/list and brief information about their install status. -- [EMAIL PROTECTED] www.paradiz