Difference between revisions of "Arch User Repository"
no edit summary
imported>Verityproductions |
imported>Verityproductions |
||
Line 44: | Line 44: | ||
Both yaourt and packer are automatically configured to search the AUR for software packages; there is no need to configure any files or such after installation to make them work. They are also very similar to pacman to use. | Both yaourt and packer are automatically configured to search the AUR for software packages; there is no need to configure any files or such after installation to make them work. They are also very similar to pacman to use. | ||
== | == yaourt == | ||
While the use of the sudo command is a convention when using pacman to install files (e.g. sudo pacman -S [software package name]), it is not necessary with yaourt. Instead, to search for and install software packages from the AUR, the syntax is: | |||
yaourt [software package name] | |||
== | The software package name itself does not | ||
There is no need to use the sudo command with yaourt | |||
The sy | |||
== packer == |