dup on AUR (Arch User Repository)

Last updated: June 18,2024

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

$ yay -S dup

* (Optional) Uninstall dup on Arch using YAY

$ yay -Rns dup

2. Manually Install "dup" via AUR

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

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

b. Clone dup's git locally

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

c. Go to ~/dup folder and install it

$ cd ~/dup $ makepkg -si

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

ID: 539746
Name: dup
PackageBaseID: 86269
PackageBase: dup
Version: 20160409-1
Description: du with progress bar in pacman style
URL: https://github.com/ritze/dup
NumVotes: 3
Popularity: 0
OutOfDate:
Maintainer:
Submitter: ritze
FirstSubmitted: 1412430153
LastModified: 1535697828
URLPath: /cgit/aur.git/snapshot/dup.tar.gz