mcrypt on AUR (Arch User Repository)

Last updated: May 16,2024

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

$ yay -S mcrypt

* (Optional) Uninstall mcrypt on Arch using YAY

$ yay -Rns mcrypt

2. Manually Install "mcrypt" via AUR

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

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

b. Clone mcrypt's git locally

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

c. Go to ~/mcrypt folder and install it

$ cd ~/mcrypt $ makepkg -si

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

ID: 207544
Name: mcrypt
PackageBaseID: 69770
PackageBase: mcrypt
Version: 2.6.8-1
Description: A replacement for the old unix crypt(1).
URL: http://mcrypt.sourceforge.net/
NumVotes: 13
Popularity: 0
OutOfDate:
Maintainer: aksr
Submitter:
FirstSubmitted: 1368034704
LastModified: 1436175376
URLPath: /cgit/aur.git/snapshot/mcrypt.tar.gz