cctag on AUR (Arch User Repository)

Last updated: April 28,2024

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

$ yay -S cctag

* (Optional) Uninstall cctag on Arch using YAY

$ yay -Rns cctag

2. Manually Install "cctag" via AUR

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

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

b. Clone cctag's git locally

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

c. Go to ~/cctag folder and install it

$ cd ~/cctag $ makepkg -si

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

ID: 1006572
Name: cctag
PackageBaseID: 169182
PackageBase: cctag
Version: 1.0.1-2
Description: Detection of CCTag markers made up of concentric circles.
URL: https://github.com/alicevision/CCTag
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: bartus
FirstSubmitted: 1627161795
LastModified: 1639921491
URLPath: /cgit/aur.git/snapshot/cctag.tar.gz

5. The same packages on other Linux Distributions