cuda-11.7 on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S cuda-11.7

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

$ yay -Rns cuda-11.7

2. Manually Install "cuda-11.7" via AUR

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

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

b. Clone cuda-11.7's git locally

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

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

$ cd ~/cuda-11.7 $ makepkg -si

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

ID: 1354219
Name: cuda-11.7
PackageBaseID: 194867
PackageBase: cuda-11.7
Version: 11.7.1-3
Description: NVIDIA's GPU programming toolkit
URL: https://developer.nvidia.com/cuda-zone
NumVotes: 2
Popularity: 0.584479
OutOfDate:
Maintainer: yodaembedding
Submitter: yodaembedding
FirstSubmitted: 1687135821
LastModified: 1700138367
URLPath: /cgit/aur.git/snapshot/cuda-11.7.tar.gz