ncnn on AUR (Arch User Repository)

Last updated: July 04,2024

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

$ yay -S ncnn

* (Optional) Uninstall ncnn on Arch using YAY

$ yay -Rns ncnn

2. Manually Install "ncnn" via AUR

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

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

b. Clone ncnn's git locally

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

c. Go to ~/ncnn folder and install it

$ cd ~/ncnn $ makepkg -si

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

ID: 1071899
Name: ncnn
PackageBaseID: 152379
PackageBase: ncnn
Version: 20220420-1
Description: High-performance neural network inference framework optimized for the mobile platform
URL: https://github.com/Tencent/ncnn
NumVotes: 2
Popularity: 0.000271
OutOfDate:
Maintainer: PumpkinCheshire
FirstSubmitted: 1588684314
LastModified: 1650937702
URLPath: /cgit/aur.git/snapshot/ncnn.tar.gz

5. The same packages on other Linux Distributions