totp on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S totp

* (Optional) Uninstall totp on Arch using YAY

$ yay -Rns totp

2. Manually Install "totp" via AUR

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

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

b. Clone totp's git locally

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

c. Go to ~/totp folder and install it

$ cd ~/totp $ makepkg -si

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

ID: 792216
Name: totp
PackageBaseID: 157718
PackageBase: totp
Version: 0.1-3
Description: A tiny command line utility to generate OTP tokens
URL: https://github.com/angt/totp
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: angt
Submitter: angt
FirstSubmitted: 1600106975
LastModified: 1600163176
URLPath: /cgit/aur.git/snapshot/totp.tar.gz