openjpeg on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S openjpeg

* (Optional) Uninstall openjpeg on Arch using YAY

$ yay -Rns openjpeg

2. Manually Install "openjpeg" via AUR

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

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

b. Clone openjpeg's git locally

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

c. Go to ~/openjpeg folder and install it

$ cd ~/openjpeg $ makepkg -si

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

ID: 730395
Name: openjpeg
PackageBaseID: 152318
PackageBase: openjpeg
Version: 1.5.2-3
Description: An open source JPEG 2000 codec
URL: https://www.openjpeg.org
NumVotes: 23
Popularity: 0.094752
OutOfDate:
Maintainer: muflone
Submitter: muflone
FirstSubmitted: 1588528041
LastModified: 1588528088
URLPath: /cgit/aur.git/snapshot/openjpeg.tar.gz

5. The same packages on other Linux Distributions