xrt on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S xrt

* (Optional) Uninstall xrt on Arch using YAY

$ yay -Rns xrt

2. Manually Install "xrt" via AUR

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

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

b. Clone xrt's git locally

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

c. Go to ~/xrt folder and install it

$ cd ~/xrt $ makepkg -si

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

ID: 1386744
Name: xrt
PackageBaseID: 194999
PackageBase: xrt
Version: 2023.1-1
Description: Xilinx Run Time for FPGA, with its dkms modules
URL: https://github.com/Xilinx/XRT
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: gnaggnoyil
Submitter: gnaggnoyil
FirstSubmitted: 1687482495
LastModified: 1705409481
URLPath: /cgit/aur.git/snapshot/xrt.tar.gz

5. The same packages on other Linux Distributions