caffe-cuda on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S caffe-cuda

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

$ yay -Rns caffe-cuda

2. Manually Install "caffe-cuda" via AUR

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

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

b. Clone caffe-cuda's git locally

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

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

$ cd ~/caffe-cuda $ makepkg -si

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

ID: 1044831
Name: caffe-cuda
PackageBaseID: 135277
PackageBase: caffe-cuda
Version: 1.0-12
Description: A deep learning framework made with expression, speed, and modularity in mind (with cuda support)
URL: https://caffe.berkeleyvision.org/
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: dbermond
Submitter: dbermond
FirstSubmitted: 1534960953
LastModified: 1646145973
URLPath: /cgit/aur.git/snapshot/caffe-cuda.tar.gz

5. The same packages on other Linux Distributions