librealsense2 on AUR (Arch User Repository)

Last updated: September 28,2024

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

$ yay -S librealsense2

* (Optional) Uninstall librealsense2 on Arch using YAY

$ yay -Rns librealsense2

2. Manually Install "librealsense2" via AUR

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

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

b. Clone librealsense2's git locally

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

c. Go to ~/librealsense2 folder and install it

$ cd ~/librealsense2 $ makepkg -si

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

ID: 1346470
Name: librealsense2
PackageBaseID: 195974
PackageBase: librealsense2
Version: 2.54.2-1
Description: Intel® RealSense™ Cross Platform
URL: https://www.intelrealsense.com/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: daizhirui
Submitter: daizhirui
FirstSubmitted: 1689904392
LastModified: 1698951611
URLPath: /cgit/aur.git/snapshot/librealsense2.tar.gz

5. The same packages on other Linux Distributions