libvlc on AUR (Arch User Repository)

Last updated: June 03,2024

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

$ yay -S libvlc

* (Optional) Uninstall libvlc on Arch using YAY

$ yay -Rns libvlc

2. Manually Install "libvlc" via AUR

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

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

b. Clone libvlc's git locally

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

c. Go to ~/libvlc folder and install it

$ cd ~/libvlc $ makepkg -si

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

ID: 578769
Name: libvlc
PackageBaseID: 132119
PackageBase: libvlc
Version: 5.6.0-5
Description: The VLC library not bundled with VLC so one can use things depending on the lib without installing VLC
URL: https://www.videolan.org/LibVLC/
NumVotes: 2
Popularity: 0
OutOfDate: 1659806456
Maintainer: E5ten
FirstSubmitted: 1525560920
LastModified: 1548041318
URLPath: /cgit/aur.git/snapshot/libvlc.tar.gz