libsixel on AUR (Arch User Repository)

Last updated: July 04,2024

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

$ yay -S libsixel

* (Optional) Uninstall libsixel on Arch using YAY

$ yay -Rns libsixel

2. Manually Install "libsixel" via AUR

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

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

b. Clone libsixel's git locally

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

c. Go to ~/libsixel folder and install it

$ cd ~/libsixel $ makepkg -si

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

ID: 1002570
Name: libsixel
PackageBaseID: 115952
PackageBase: libsixel
Version: 1.10.3-4
Description: provides a codec for DEC SIXEL graphics, and some converter programs
URL: https://github.com/libsixel/libsixel
NumVotes: 26
Popularity: 0.483682
OutOfDate:
Maintainer: BrainDamage
FirstSubmitted: 1475602778
LastModified: 1639411118
URLPath: /cgit/aur.git/snapshot/libsixel.tar.gz

5. The same packages on other Linux Distributions