cuda-10.0 on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S cuda-10.0

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

$ yay -Rns cuda-10.0

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

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

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

$ cd ~/cuda-10.0 $ makepkg -si

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

ID: 615514
Name: cuda-10.0
PackageBaseID: 142288
PackageBase: cuda-10.0
Version: 10.0.130.1-1
Description: NVIDIA's GPU programming toolkit. Version 10.0
URL: http://www.nvidia.com/object/cuda_home.html
NumVotes: 3
Popularity: 0.000194
OutOfDate:
Maintainer: KarelvdP
Submitter: KarelvdP
FirstSubmitted: 1558702224
LastModified: 1558702224
URLPath: /cgit/aur.git/snapshot/cuda-10.0.tar.gz