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
Copied
b. Install pyinstaller on Arch using YAY
$
yay -S
pyinstaller
Copied
* (Optional) Uninstall pyinstaller on Arch using YAY
$
yay -Rns
pyinstaller
Copied
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
Copied
b. Clone pyinstaller's git locally
$
git clone https://aur.archlinux.org/pyinstaller.git
~/pyinstaller
Copied
c. Go to ~/pyinstaller folder and install it
$
cd
~/pyinstaller
Copied
$
makepkg -si
Copied
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
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