torchvision on AUR (Arch User Repository)

Last updated: June 28,2024

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

$ yay -S torchvision

* (Optional) Uninstall torchvision on Arch using YAY

$ yay -Rns torchvision

2. Manually Install "torchvision" via AUR

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

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

b. Clone torchvision's git locally

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

c. Go to ~/torchvision folder and install it

$ cd ~/torchvision $ makepkg -si

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

ID: 1116818
Name: torchvision
PackageBaseID: 152294
PackageBase: torchvision
Version: 0.13.0-2
Description: datasets, transforms, and models specific to computer vision (C++ library only)
URL: https://github.com/pytorch/vision
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: de-vries
FirstSubmitted: 1588448393
LastModified: 1658749043
URLPath: /cgit/aur.git/snapshot/torchvision.tar.gz

5. The same packages on other Linux Distributions