pyinstaller on AUR (Arch User Repository)

Last updated: November 07,2024

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

$ yay -S pyinstaller

* (Optional) Uninstall pyinstaller on Arch using YAY

$ yay -Rns pyinstaller

2. Manually Install "pyinstaller" via AUR

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

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

b. Clone pyinstaller's git locally

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

c. Go to ~/pyinstaller folder and install it

$ cd ~/pyinstaller $ makepkg -si

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

ID: 1425097
Name: pyinstaller
PackageBaseID: 60044
PackageBase: pyinstaller
Version: 6.5.0-2
Description: Bundles a Python application and all its dependencies into a single package
URL: https://www.pyinstaller.org
NumVotes: 46
Popularity: 0.010832
OutOfDate:
Maintainer: yochananmarqos
Submitter: jackdroido
FirstSubmitted: 1339628182
LastModified: 1710171690
URLPath: /cgit/aur.git/snapshot/pyinstaller.tar.gz