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
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
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
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.
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
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
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
-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
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
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
-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
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
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
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
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
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,
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.
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
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
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
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:
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
$
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]
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-
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
-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:
>>>
-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
--- 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
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
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?
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
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
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
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
34 matches
Mail list logo