You are not logged in.
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
Is this what you are after?
Offline
Which "page on pacman" were you looking at? man pacman is what you need - that's the only official documentation.
Offline
pacman -Sl
Offline
pacman -Sl
This is the one. How do I make it where you can see all without it going by so fast?
Offline
pacman -Sl | lessOffline
pacman -Sl | less
Thank you ![]()
Offline
@vinoman2: Or just redirect the output of pacman to a file in your home directory:
pacman -Sl >~/list_of_packages.txtYou 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
@vinoman2: Or just redirect the output of pacman to a file in your home directory:
pacman -Sl >~/list_of_packages.txtYou 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