contrast on AUR (Arch User Repository)

Last updated: June 17,2024

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

$ yay -S contrast

* (Optional) Uninstall contrast on Arch using YAY

$ yay -Rns contrast

2. Manually Install "contrast" via AUR

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

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

b. Clone contrast's git locally

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

c. Go to ~/contrast folder and install it

$ cd ~/contrast $ makepkg -si

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

ID: 1377853
Name: contrast
PackageBaseID: 148313
PackageBase: contrast
Version: 0.0.10-1
Description: Checks whether the contrast between two colors meet the WCAG requirements
URL: https://gitlab.gnome.org/World/design/contrast
NumVotes: 10
Popularity: 0.001242
OutOfDate:
Maintainer: igor-dyatlov
Submitter: nahuelwexd
FirstSubmitted: 1579405929
LastModified: 1703970918
URLPath: /cgit/aur.git/snapshot/contrast.tar.gz

5. The same packages on other Linux Distributions