python-mpv on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S python-mpv

* (Optional) Uninstall python-mpv on Arch using YAY

$ yay -Rns python-mpv

2. Manually Install "python-mpv" via AUR

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

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

b. Clone python-mpv's git locally

$ git clone https://aur.archlinux.org/python-mpv.git ~/python-mpv

c. Go to ~/python-mpv folder and install it

$ cd ~/python-mpv $ makepkg -si

3. Information about the python-mpv package on Arch User Repository (AUR)

ID: 1111566
Name: python-mpv
PackageBaseID: 127913
PackageBase: python-mpv
Version: 1.0.1-1
Description: Python interface to the awesome mpv media player
URL: https://github.com/jaseg/python-mpv
NumVotes: 13
Popularity: 0.179501
OutOfDate:
Maintainer: polyzen
FirstSubmitted: 1513205563
LastModified: 1657746046
URLPath: /cgit/aur.git/snapshot/python-mpv.tar.gz

5. The same packages on other Linux Distributions