You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Arch User Repository

From EverybodyWiki Bios & Wiki




Script error: No such module "Draft topics". Script error: No such module "AfC topic".

The Arch User Repository (Often shortened to "AUR") is a user created database of packages for Arch-based Linux distributions.[1] It's purpose is to serve as an easy way to download, compile, and install packages.

Using the Arch User Repository[edit]

The Arch User Repository can be used to easily acquire software for those using Arch-based linux distros. (such as Arch Linux or Endeavour OS)

By default, the package manager that comes with Arch systems is pacman.[2] Unfortunately, it can not be used to install packages directly from the Arch User Repository, like other package managers can. The most common package manager that can do this is yay (Yet Another Yogurt). Using yay, any package on the arch user repository can be installed with a single command.

Yay can be installed by running the following command:

sudo pacman -S yay

Once yay is installed, any package on the Arch User Repository can be installed by running the following command, where {package name} is the name of the package that the user wants to install.

yay -S {package name}

For example, let's say that a user wants to install the popular game Minecraft. The first step would be to navigate to the Arch User Repository (https://aur.archlinux.org/packages), and search for the package in the search bar. After searching for Minecraft, the package "minecraft-launcher" can be found. In order to install it, the user must sub the name of the package into the above command. This would look like the following:

yay -S minecraft-launcher

Once this command is ran, the terminal will likely ask you for your password, and possibly a conformation, before installing the package. Once a package is installed, it can be found with the rest of your software in the various application launchers that users might have. Alternatively, installed packages can often be found in the /opt

References[edit]

  1. "Arch User Repository - ArchWiki". wiki.archlinux.org. Retrieved 2023-05-18.
  2. "How to Install and Remove Packages in Arch Linux". MUO. 2021-01-20. Retrieved 2023-05-18.

External Links[edit]

https://aur.archlinux.org/

{{#set:Technical tag=Article from Wikipedia}}{{#set:priority= }} {{#set:PageName=Arch_User_Repository }}

This article "Arch User Repository" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Arch User Repository. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.{{#set:Article=true}}