oras on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S oras

* (Optional) Uninstall oras on Arch using YAY

$ yay -Rns oras

2. Manually Install "oras" via AUR

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

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

b. Clone oras's git locally

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

c. Go to ~/oras folder and install it

$ cd ~/oras $ makepkg -si

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

ID: 1275548
Name: oras
PackageBaseID: 143454
PackageBase: oras
Version: 1.0.0-1
Description: A command line tool that allows you to push and pull files from any OCI registry
URL: https://github.com/oras-project/oras
NumVotes: 3
Popularity: 0.043587
OutOfDate:
Maintainer: JayceCao
Submitter: dbirks
FirstSubmitted: 1563053815
LastModified: 1687179662
URLPath: /cgit/aur.git/snapshot/oras.tar.gz

5. The same packages on other Linux Distributions