python-pytube3 on AUR (Arch User Repository)

Last updated: May 06,2024

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

$ yay -S python-pytube3

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

$ yay -Rns python-pytube3

2. Manually Install "python-pytube3" via AUR

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

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

b. Clone python-pytube3's git locally

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

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

$ cd ~/python-pytube3 $ makepkg -si

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