imgcat on AUR (Arch User Repository)

Last updated: May 02,2024

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

$ yay -S imgcat

* (Optional) Uninstall imgcat on Arch using YAY

$ yay -Rns imgcat

2. Manually Install "imgcat" via AUR

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

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

b. Clone imgcat's git locally

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

c. Go to ~/imgcat folder and install it

$ cd ~/imgcat $ makepkg -si

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

ID: 823983
Name: imgcat
PackageBaseID: 159133
PackageBase: imgcat
Version: 1.2.0-2
Description: Output images as RGB ANSI graphics on the terminal
URL: https://github.com/trashhalo/imgcat
NumVotes: 3
Popularity: 4.0E-5
OutOfDate:
Maintainer: orhun
Submitter: orhun
FirstSubmitted: 1603645857
LastModified: 1606319354
URLPath: /cgit/aur.git/snapshot/imgcat.tar.gz