Difference between revisions of "Arch User Repository"
Views
Actions
Namespaces
Variants
Tools
m
Fix references to yay and switch example to something not in the repos
imported>Dalto (Added reference to the Octopi guide for AUR support in Octopi) |
imported>Dalto m (Fix references to yay and switch example to something not in the repos) |
||
Line 55: | Line 55: | ||
The AUR website can be found '''[http://aur.archlinux.org/ here]'''}} | The AUR website can be found '''[http://aur.archlinux.org/ here]'''}} | ||
To search for and install software packages from the AUR, the syntax is: | |||
pamac search -a [software package name] | pamac search -a [software package name] | ||
For example, if wishing to install '' | For example, if wishing to install ''Vivaldi'' enter ''vivaldi'' as the query and a list of potential matches is shown. To build the example with '''pamac''' enter the following and press enter | ||
pamac build | pamac build vivaldi | ||
You will be presented with the outcome of the chosen build with all dependencies and you will be asked a couple of questions. | You will be presented with the outcome of the chosen build with all dependencies and you will be asked a couple of questions. |