How do you know how to install a package?

i want to install this aur package
https://aur.archlinux.org/packages/gpointing-device-settings/
how do i find out the package name and what commands do i need

If you click on the link "Show PKGBUILD" in the box on the right, it will take you to a page that shows you the name of the project, i.e. gpointing-device-settings. :arrow_down:

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=gpointing-device-settings

pamac build gpointing-device-settings

Notes:

  1. That’s pamac, not pacman.
  2. pamac must be executed as a normal user, not with sudo.

thanks
will it always be this for aur packages?
pamac build package-name

That is correct, yes.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.