systemd-swap on AUR (Arch User Repository)

Last updated: September 28,2024

1. Install "systemd-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 systemd-swap on Arch using YAY

$ yay -S systemd-swap

* (Optional) Uninstall systemd-swap on Arch using YAY

$ yay -Rns systemd-swap

2. Manually Install "systemd-swap" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone systemd-swap's git locally

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

c. Go to ~/systemd-swap folder and install it

$ cd ~/systemd-swap $ makepkg -si

3. Information about the systemd-swap package on Arch User Repository (AUR)

ID: 1313577
Name: systemd-swap
PackageBaseID: 197300
PackageBase: systemd-swap
Version: 4.4.0-2
Description: Script for creating hybrid swap space from zram swaps, swap files and swap partitions.
URL: https://github.com/Nefelim4ag/systemd-swap
NumVotes: 1
Popularity: 0.490224
OutOfDate:
Maintainer: yurikoles
Submitter: felixonmars
FirstSubmitted: 1693821518
LastModified: 1693821518
URLPath: /cgit/aur.git/snapshot/systemd-swap.tar.gz

5. The same packages on other Linux Distributions