swap on AUR (Arch User Repository)
Last updated: November 26,2024
1. Install "swap" 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 swap on Arch using YAY
$
yay -S
swap
Copied
* (Optional) Uninstall swap on Arch using YAY
$
yay -Rns
swap
Copied
2. Manually Install "swap" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone swap's git locally
$
git clone https://aur.archlinux.org/swap.git
~/swap
Copied
c. Go to ~/swap folder and install it
$
cd
~/swap
Copied
$
makepkg -si
Copied
3. Information about the swap package on Arch User Repository (AUR)
ID: 589618
Name: swap
PackageBaseID: 139938
PackageBase: swap
Version: 0.1.0-1
Description: A very simple tool to swap two paths atomically using renameat2() on Linux.
URL: https://gitlab.com/K900/swap
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: K900
FirstSubmitted: 1551194031
LastModified: 1551194031
URLPath: /cgit/aur.git/snapshot/swap.tar.gz
Name: swap
PackageBaseID: 139938
PackageBase: swap
Version: 0.1.0-1
Description: A very simple tool to swap two paths atomically using renameat2() on Linux.
URL: https://gitlab.com/K900/swap
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: K900
FirstSubmitted: 1551194031
LastModified: 1551194031
URLPath: /cgit/aur.git/snapshot/swap.tar.gz