libdatachannel on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S libdatachannel

* (Optional) Uninstall libdatachannel on Arch using YAY

$ yay -Rns libdatachannel

2. Manually Install "libdatachannel" via AUR

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

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

b. Clone libdatachannel's git locally

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

c. Go to ~/libdatachannel folder and install it

$ cd ~/libdatachannel $ makepkg -si

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

ID: 1130432
Name: libdatachannel
PackageBaseID: 160986
PackageBase: libdatachannel
Version: 0.17.10-1
Description: C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets
URL: https://github.com/paullouisageneau/libdatachannel
NumVotes: 1
Popularity: 8.0E-6
OutOfDate:
Maintainer: schmidek
FirstSubmitted: 1608151515
LastModified: 1661375088
URLPath: /cgit/aur.git/snapshot/libdatachannel.tar.gz

5. The same packages on other Linux Distributions