tensorrt on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S tensorrt

* (Optional) Uninstall tensorrt on Arch using YAY

$ yay -Rns tensorrt

2. Manually Install "tensorrt" via AUR

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

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

b. Clone tensorrt's git locally

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

c. Go to ~/tensorrt folder and install it

$ cd ~/tensorrt $ makepkg -si

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

ID: 1406812
Name: tensorrt
PackageBaseID: 134588
PackageBase: tensorrt
Version: 9.3.0.1-1
Description: A platform for high-performance deep learning inference on NVIDIA hardware
URL: https://developer.nvidia.com/tensorrt/
NumVotes: 15
Popularity: 0.409045
OutOfDate:
Maintainer: dbermond
Submitter: dbermond
FirstSubmitted: 1532881029
LastModified: 1707522253
URLPath: /cgit/aur.git/snapshot/tensorrt.tar.gz