dt on AUR (Arch User Repository)

Last updated: June 29,2024

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

$ yay -S dt

* (Optional) Uninstall dt on Arch using YAY

$ yay -Rns dt

2. Manually Install "dt" via AUR

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

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

b. Clone dt's git locally

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

c. Go to ~/dt folder and install it

$ cd ~/dt $ makepkg -si

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

ID: 1388048
Name: dt
PackageBaseID: 196688
PackageBase: dt
Version: 1.3.1-1
Description: It's duct tape for your unix pipes
URL: https://github.com/so-dang-cool/dt
NumVotes: 1
Popularity: 0.02465
OutOfDate:
Maintainer: booniepepper
Submitter: booniepepper
FirstSubmitted: 1692013042
LastModified: 1705562400
URLPath: /cgit/aur.git/snapshot/dt.tar.gz

5. The same packages on other Linux Distributions