Moderators, translator
455
edits
m (vivaldi is now in official repo - replaced with google chrome - using google-chrome as example build for all examples) |
(→Using commandline Pamac: updating) |
||
Line 36: | Line 36: | ||
== Using commandline [[Pamac]] == | == Using commandline [[Pamac]] == | ||
{{Important|It is '''strongly''' recommended to | {{Important|It is '''strongly''' recommended to follow this link [https://aur.archlinux.org/ AUR website] and examine the relevant page(s) for any and all software intended to be installed. | ||
These pages contain comments from both existing users and package developers, which may provide valuable information (such as, warnings and/or solutions to problems). | These pages contain comments from both existing users and package developers, which may provide valuable information (such as, warnings and/or solutions to problems). | ||
To search for and install software packages from the AUR, the syntax is: | To search for and install software packages from the AUR, the syntax is: | ||
{{UserCmd|command=pamac search -a [software package name]}} | {{UserCmd|command=pamac search -a [software package name]}} | ||
For example, if wishing to install ''Google Chrome'' | For example, if wishing to install ''Google Chrome'' - first follow this link to '''[https://aur.archlinux.org/packages/?K=google-chrome google-chrome build scripts]''' and verify which package you want to build. | ||
We could also ask pamac - for ''Google Chrome'' candidates. Just use the search command and ''Google Chrome'' as the query. Look over the results or narrow the search parameters | |||
{{UserCmd|command=pamac search Google Chrome}} | |||
In the example we choose the standard version of ''Google Chrome''. To build the ''google-chrome'' package with '''pamac''' enter the following and press enter | |||
{{UserCmd|command=pamac build google-chrome}} | {{UserCmd|command=pamac build google-chrome}} | ||