cuda-11.0 on AUR (Arch User Repository)

Last updated: September 21,2024

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

$ yay -S cuda-11.0

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

$ yay -Rns cuda-11.0

2. Manually Install "cuda-11.0" 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.0's git locally

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

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

$ cd ~/cuda-11.0 $ makepkg -si

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

ID: 829031
Name: cuda-11.0
PackageBaseID: 160341
PackageBase: cuda-11.0
Version: 11.0.3-3
Description: NVIDIA's GPU programming toolkit
URL: https://developer.nvidia.com/cuda-zone
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
FirstSubmitted: 1606558280
LastModified: 1607160763
URLPath: /cgit/aur.git/snapshot/cuda-11.0.tar.gz