caffe on AUR (Arch User Repository)

Last updated: May 02,2024

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

$ yay -S caffe

* (Optional) Uninstall caffe on Arch using YAY

$ yay -Rns caffe

2. Manually Install "caffe" via AUR

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

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

b. Clone caffe's git locally

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

c. Go to ~/caffe folder and install it

$ cd ~/caffe $ makepkg -si

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

ID: 1044823
Name: caffe
PackageBaseID: 101980
PackageBase: caffe
Version: 1.0-18
Description: A deep learning framework made with expression, speed, and modularity in mind (cpu only)
URL: https://caffe.berkeleyvision.org/
NumVotes: 18
Popularity: 0
OutOfDate:
Maintainer: dbermond
Submitter: yiuin
FirstSubmitted: 1445059886
LastModified: 1646144650
URLPath: /cgit/aur.git/snapshot/caffe.tar.gz