truecrypt on AUR (Arch User Repository)

Last updated: June 29,2024

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

$ yay -S truecrypt

* (Optional) Uninstall truecrypt on Arch using YAY

$ yay -Rns truecrypt

2. Manually Install "truecrypt" via AUR

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

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

b. Clone truecrypt's git locally

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

c. Go to ~/truecrypt folder and install it

$ cd ~/truecrypt $ makepkg -si

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

ID: 1109051
Name: truecrypt
PackageBaseID: 183842
PackageBase: truecrypt
Version: 1:7.1a-9
Description: Free open-source cross-platform disk encryption software
URL: http://www.truecrypt.org/
NumVotes: 1
Popularity: 0.332733
OutOfDate:
Maintainer:
FirstSubmitted: 1657228826
LastModified: 1657228826
URLPath: /cgit/aur.git/snapshot/truecrypt.tar.gz

5. The same packages on other Linux Distributions