cryptsetup-archiso on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S cryptsetup-archiso

* (Optional) Uninstall cryptsetup-archiso on Arch using YAY

$ yay -Rns cryptsetup-archiso

2. Manually Install "cryptsetup-archiso" via AUR

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

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

b. Clone cryptsetup-archiso's git locally

$ git clone https://aur.archlinux.org/cryptsetup-archiso.git ~/cryptsetup-archiso

c. Go to ~/cryptsetup-archiso folder and install it

$ cd ~/cryptsetup-archiso $ makepkg -si

3. Information about the cryptsetup-archiso package on Arch User Repository (AUR)