cuda-9.1 on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S cuda-9.1

* (Optional) Uninstall cuda-9.1 on Arch using YAY

$ yay -Rns cuda-9.1

2. Manually Install "cuda-9.1" via AUR

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

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

b. Clone cuda-9.1's git locally

$ git clone https://aur.archlinux.org/cuda-9.1.git ~/cuda-9.1

c. Go to ~/cuda-9.1 folder and install it

$ cd ~/cuda-9.1 $ makepkg -si

3. Information about the cuda-9.1 package on Arch User Repository (AUR)

ID: 551785
Name: cuda-9.1
PackageBaseID: 136273
PackageBase: cuda-9.1
Version: 9.1.85-2
Description: NVIDIA's GPU programming toolkit. Version 9.1
URL: http://www.nvidia.com/object/cuda_home.html
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: geomaster
FirstSubmitted: 1537950905
LastModified: 1539585085
URLPath: /cgit/aur.git/snapshot/cuda-9.1.tar.gz