You are not logged in.

#1 2009-10-06 03:23:42

vinoman2
Member
From: Portland Oregon
Registered: 2009-05-21
Posts: 236
Website

Pacman program list [Solved]

I was looking over the page on pacman, but I didn't find the command to see a list of available programs. What would it be? is there is list by subject?

Last edited by vinoman2 (2009-10-06 11:20:21)

Offline

#2 2009-10-06 03:35:02

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Pacman program list [Solved]


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2009-10-06 05:54:41

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Pacman program list [Solved]

Which "page on pacman" were you looking at? man pacman is what you need - that's the only official documentation.

Offline

#4 2009-10-06 07:45:28

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: Pacman program list [Solved]

pacman -Sl

Offline

#5 2009-10-06 11:14:56

vinoman2
Member
From: Portland Oregon
Registered: 2009-05-21
Posts: 236
Website

Re: Pacman program list [Solved]

Allan wrote:

pacman -Sl

This is the one. How do I make it where you can see all without it going by so fast?

Offline

#6 2009-10-06 11:18:30

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: Pacman program list [Solved]

pacman -Sl | less

Offline

#7 2009-10-06 11:19:47

vinoman2
Member
From: Portland Oregon
Registered: 2009-05-21
Posts: 236
Website

Re: Pacman program list [Solved]

Allan wrote:
pacman -Sl | less

Thank you smile

Offline

#8 2009-10-06 12:51:12

jamesbond007
Member
From: Germany
Registered: 2009-06-14
Posts: 150

Re: Pacman program list [Solved]

@vinoman2: Or just redirect the output of pacman to a file in your home directory:

pacman -Sl >~/list_of_packages.txt

You can then view the contents of the text file in your preferred viewer, either on the command line (e.g. with less) or with a gui program like a text editor.

Kind regards,
jamesbond007.

Offline

#9 2009-10-06 12:56:50

vinoman2
Member
From: Portland Oregon
Registered: 2009-05-21
Posts: 236
Website

Re: Pacman program list [Solved]

jamesbond007 wrote:

@vinoman2: Or just redirect the output of pacman to a file in your home directory:

pacman -Sl >~/list_of_packages.txt

You can then view the contents of the text file in your preferred viewer, either on the command line (e.g. with less) or with a gui program like a text editor.

Kind regards,
jamesbond007.

That's really nice, thanks again.

Offline

Board footer

Powered by FluxBB