crypt on AUR (Arch User Repository)

Last updated: December 27,2024

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

$ yay -S crypt

* (Optional) Uninstall crypt on Arch using YAY

$ yay -Rns crypt

2. Manually Install "crypt" via AUR

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

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

b. Clone crypt's git locally

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

c. Go to ~/crypt folder and install it

$ cd ~/crypt $ makepkg -si

3. Information about the crypt package on Arch User Repository (AUR)

ID: 662293
Name: crypt
PackageBaseID: 146235
PackageBase: crypt
Version: r12.1b95a9d-1
Description: A public-domain replacement for the UNIX "crypt" command
URL: https://github.com/freebsd/freebsd/tree/master/usr.bin/enigma
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: pdean
Submitter: pdean
FirstSubmitted: 1572414513
LastModified: 1572657579
URLPath: /cgit/aur.git/snapshot/crypt.tar.gz