onnx on AUR (Arch User Repository)

Last updated: November 05,2024

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

$ yay -S onnx

* (Optional) Uninstall onnx on Arch using YAY

$ yay -Rns onnx

2. Manually Install "onnx" via AUR

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

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

b. Clone onnx's git locally

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

c. Go to ~/onnx folder and install it

$ cd ~/onnx $ makepkg -si

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

ID: 1349382
Name: onnx
PackageBaseID: 176317
PackageBase: onnx
Version: 1.15.0-1
Description: C++ library for the open standard for machine learning interoperability
URL: https://onnx.ai
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: lenerd
Submitter: lenerd
FirstSubmitted: 1645644429
LastModified: 1699398869
URLPath: /cgit/aur.git/snapshot/onnx.tar.gz