On 2015-09-08, Clive Standbridge wrote:
>
> Just awk without a grep, e.g.
Hey, that's right. L'arroseur arrosé!
> awk -F ": " '/Package/{print $2}'
> /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages
> There's no need for a separate grep to match patter
> > cat
> > /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binar
> > y-amd64_Packages
> >| grep "Package" | awk -F ": " '{print $2}'
>
> UUOC.
>
> Just grep without a cat. Why so many cats in this group? What's with
> the cats, anyway?
UUOG.
Just awk without a grep, e.g.
On 9/6/2015 12:55 PM, Seeker wrote:
I sounds like aptitude *is* the tool that you want.
I don't use aptitude so I am taking it on faith that the given example
is a working
example and you just need adjust it to fit your needs.
If you want a list of software in 'debian testing main' the repo
On 9/4/2015 7:33 AM, 慕冬亮 wrote:
> Date: Fri, 4 Sep 2015 10:21:13 +0100
> From: mailingl...@darac.org.uk
> To: debian-user@lists.debian.org
> Subject: Re: get software list of one software repository
>
> On Thu, Sep 03, 2015 at 10:32:35PM +0800, mudongliang wrote:
On 2015-09-06, mudongliang wrote:
>>
>> Does this do what you need?
> I'm sorry. This is not my request.
>
> The detailed description is here
> (https://lists.debian.org/debian-user/2015/09/msg00175.html).
> cat
> /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binar
> y-amd64_
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sun, Sep 06, 2015 at 08:39:10PM +0800, mudongliang wrote:
>
>
> On 09/06/2015 08:13 PM, to...@tuxteam.de wrote:
[...]
> > Does this do what you need?
> I'm sorry. This is not my request.
>
> The detailed description is here
> (https://lists.deb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sun, Sep 06, 2015 at 07:35:49PM +0800, mudongliang wrote:
>
>
> On 09/04/2015 11:47 PM, Cindy-Sue Causey wrote:
> > On 9/3/15, David Wright wrote:
> >> If you mean "what packages does someone have access to", then you need
> >> to look at the con
On 09/04/2015 11:47 PM, Cindy-Sue Causey wrote:
> On 9/3/15, David Wright wrote:
>> If you mean "what packages does someone have access to", then you need
>> to look at the contents of their /var/lib/apt/lists/ which is
>> maintained by apt-get update. You might also want to look at apt-cache.
A
On 09/03/2015 10:41 PM, Lisi Reisz wrote:
> On Thursday 03 September 2015 15:32:35 mudongliang wrote:
>> Hello everyone :
>> There are some software repositories on my computer.
>> For example , google chrome software repository
>> deb http://dl.google.com/linux/chrome/deb/ stable
On 09/04/2015 12:11 PM, Curt wrote:
On 2015-09-04, Cindy-Sue Causey wrote:
Just for kicks, I ran Lisi's suggested "cat" command on the file.
OUCH, MY EYES! MAJOR flicker rate warning goes with if anyone else
tries it...
Maybe it's better to skin that cat with less.
ROFLMAO!
On 2015-09-04, Cindy-Sue Causey wrote:
>
> Just for kicks, I ran Lisi's suggested "cat" command on the file.
> OUCH, MY EYES! MAJOR flicker rate warning goes with if anyone else
> tries it...
>
Maybe it's better to skin that cat with less.
On 9/3/15, David Wright wrote:
>
> If you mean "what packages does someone have access to", then you need
> to look at the contents of their /var/lib/apt/lists/ which is
> maintained by apt-get update. You might also want to look at apt-cache.
As an example of David's suggestion, mine based on
Quoting (mudonglianga...@hotmail.com):
> > Date: Fri, 4 Sep 2015 10:21:13 +0100
> > From: mailingl...@darac.org.uk
> > To: debian-user@lists.debian.org
> > Subject: Re: get software list of one software repository
> >
> > On Thu, Sep 03, 2015 at 10:32:35PM +
> Date: Fri, 4 Sep 2015 10:21:13 +0100
> From: mailingl...@darac.org.uk
> To: debian-user@lists.debian.org
> Subject: Re: get software list of one software repository
>
> On Thu, Sep 03, 2015 at 10:32:35PM +0800, mudongliang wrote:
> > Hello everyone :
> &g
On Thu, Sep 03, 2015 at 10:32:35PM +0800, mudongliang wrote:
> Hello everyone :
> There are some software repositories on my computer.
> For example , google chrome software repository
> deb [1]http://dl.google.com/linux/chrome/deb/ stable main
> I also add ubuntu partner in my
Quoting mudongliang (mudonglianga...@hotmail.com):
> There are some software repositories on my computer.
> For example , google chrome software repository
> deb http://dl.google.com/linux/chrome/deb/ stable main
> I also add ubuntu partner in my computer.
> What I want to a
On Thursday 03 September 2015 15:32:35 mudongliang wrote:
> Hello everyone :
> There are some software repositories on my computer.
> For example , google chrome software repository
> deb http://dl.google.com/linux/chrome/deb/ stable main
> I also add ubuntu partner in my comput
17 matches
Mail list logo