python-manimlib on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S python-manimlib

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

$ yay -Rns python-manimlib

2. Manually Install "python-manimlib" via AUR

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

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

b. Clone python-manimlib's git locally

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

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

$ cd ~/python-manimlib $ makepkg -si

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