pyinstaller2 on AUR (Arch User Repository)

Last updated: May 16,2024

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

$ yay -S pyinstaller2

* (Optional) Uninstall pyinstaller2 on Arch using YAY

$ yay -Rns pyinstaller2

2. Manually Install "pyinstaller2" via AUR

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

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

b. Clone pyinstaller2's git locally

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

c. Go to ~/pyinstaller2 folder and install it

$ cd ~/pyinstaller2 $ makepkg -si

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

ID: 734188
Name: pyinstaller2
PackageBaseID: 102053
PackageBase: pyinstaller2
Version: 3.6-2
Description: An application to convert python scripts into stand-alone binaries
URL: http://www.pyinstaller.org
NumVotes: 5
Popularity: 0
OutOfDate:
Maintainer: jackdroido
FirstSubmitted: 1445184141
LastModified: 1589141880
URLPath: /cgit/aur.git/snapshot/pyinstaller2.tar.gz