You are not logged in.
Pages: 1
Is there a hierarchal list of packages that are available for arch? I find it a bit frustrating having to go to the website and do a search for the package before I can get the proper name of the package to install it.
Offline
I don't think there's a list.
To search for all packages having ftp in their name/description:
pacman -Ss ftp
To list all available packages:
pacman -Sl
Offline
List all packages in a repo: pacman -Sl <repo>
List all groups: pacman -Sg
List all packages in a group: pacman -Sg <group>
There's all sorts of other stuff - check out the man page.
Offline
Thanks, once I get back into my arch machine I'll play around with those options. I've only been an archer since Sunday, Slack before that, so I'm used to the 'disk sets'. It'll take a couple weeks to get back up to speed.
Offline
you can also use pacmenu to view all the available packages.
Offline
or Jacman
</plug>
Offline
Pages: 1