cuda11.1 on AUR (Arch User Repository)

Last updated: November 14,2024

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

$ yay -S cuda11.1

* (Optional) Uninstall cuda11.1 on Arch using YAY

$ yay -Rns cuda11.1

2. Manually Install "cuda11.1" via AUR

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

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

b. Clone cuda11.1's git locally

$ git clone https://aur.archlinux.org/cuda11.1.git ~/cuda11.1

c. Go to ~/cuda11.1 folder and install it

$ cd ~/cuda11.1 $ makepkg -si

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

ID: 1275922
Name: cuda11.1
PackageBaseID: 162982
PackageBase: cuda11.1
Version: 11.1.1-3
Description: NVIDIA's GPU programming toolkit (version 11.1)
URL: https://developer.nvidia.com/cuda-zone
NumVotes: 3
Popularity: 0.077428
OutOfDate:
Maintainer: dbermond
Submitter: dbermond
FirstSubmitted: 1612654734
LastModified: 1687228594
URLPath: /cgit/aur.git/snapshot/cuda11.1.tar.gz