swap on AUR (Arch User Repository)

Last updated: September 28,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

b. Install swap on Arch using YAY

$ yay -S swap

* (Optional) Uninstall swap on Arch using YAY

$ yay -Rns swap

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

b. Clone swap's git locally

$ git clone https://aur.archlinux.org/swap.git ~/swap

c. Go to ~/swap folder and install it

$ cd ~/swap $ makepkg -si

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