alternatives on AUR (Arch User Repository)
Last updated: November 24,2024
1. Install "alternatives" effortlessly via AUR with the help of a helper(YAY)
a. Install YAY (https://github.com/Jguer/yay)
$
sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si
Copied
b. Install alternatives on Arch using YAY
$
yay -S
alternatives
Copied
* (Optional) Uninstall alternatives on Arch using YAY
$
yay -Rns
alternatives
Copied
2. Manually Install "alternatives" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone alternatives's git locally
$
git clone https://aur.archlinux.org/alternatives.git
~/alternatives
Copied
c. Go to ~/alternatives folder and install it
$
cd
~/alternatives
Copied
$
makepkg -si
Copied
3. Information about the alternatives package on Arch User Repository (AUR)
ID: 1387749
Name: alternatives
PackageBaseID: 164844
PackageBase: alternatives
Version: 1.26-1
Description: Fedora's tool to maintain symbolic links determining default commands.
URL: https://github.com/fedora-sysv/chkconfig
NumVotes: 3
Popularity: 0
OutOfDate:
Maintainer: patlefort
Submitter: patlefort
FirstSubmitted: 1616642445
LastModified: 1705524259
URLPath: /cgit/aur.git/snapshot/alternatives.tar.gz
Name: alternatives
PackageBaseID: 164844
PackageBase: alternatives
Version: 1.26-1
Description: Fedora's tool to maintain symbolic links determining default commands.
URL: https://github.com/fedora-sysv/chkconfig
NumVotes: 3
Popularity: 0
OutOfDate:
Maintainer: patlefort
Submitter: patlefort
FirstSubmitted: 1616642445
LastModified: 1705524259
URLPath: /cgit/aur.git/snapshot/alternatives.tar.gz