Re: get software list of one software repository

2015-09-09 Thread Curt
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

Re: Re: get software list of one software repository

2015-09-08 Thread Clive Standbridge
> > 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,

Re: get software list of one software repository

2015-09-06 Thread Seeker
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:

Re: get software list of one software repository

2015-09-06 Thread Seeker
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

Re: get software list of one software repository

2015-09-06 Thread mudongliang
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/

Re: get software list of one software repository

2015-09-06 Thread tomas
-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

Re: get software list of one software repository

2015-09-06 Thread mudongliang
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

Re: get software list of one software repository

2015-09-06 Thread tomas
-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 >

Re: get software list of one software repository

2015-09-06 Thread Curt
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 >

Re: get software list of one software repository

2015-09-04 Thread Darac Marjal
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

RE: get software list of one software repository

2015-09-04 Thread 慕冬亮
> 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

Re: get software list of one software repository

2015-09-04 Thread Cindy-Sue Causey
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

Re: get software list of one software repository

2015-09-04 Thread Curt
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.

Re: get software list of one software repository

2015-09-04 Thread Jape Person
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

Re: get software list of one software repository

2015-09-04 Thread David Wright
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 +

Re: get software list of one software repository

2015-09-03 Thread David Wright
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

Re: get software list of one software repository

2015-09-03 Thread Lisi Reisz
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