roundup on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S roundup

* (Optional) Uninstall roundup on Arch using YAY

$ yay -Rns roundup

2. Manually Install "roundup" via AUR

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

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

b. Clone roundup's git locally

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

c. Go to ~/roundup folder and install it

$ cd ~/roundup $ makepkg -si

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

ID: 1013857
Name: roundup
PackageBaseID: 113628
PackageBase: roundup
Version: 2.1.0-1
Description: A simple-to-use and install issue-tracking system with command-line, web and e-mail interfaces. Highly customisable.
URL: https://www.roundup-tracker.org
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: kragacles
Submitter: kelvan
FirstSubmitted: 1468505664
LastModified: 1641320682
URLPath: /cgit/aur.git/snapshot/roundup.tar.gz

5. The same packages on other Linux Distributions