python-packbits on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S python-packbits

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

$ yay -Rns python-packbits

2. Manually Install "python-packbits" via AUR

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

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

b. Clone python-packbits's git locally

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

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

$ cd ~/python-packbits $ makepkg -si

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

ID: 515586
Name: python-packbits
PackageBaseID: 133019
PackageBase: python-packbits
Version: 0.6-1
Description: This module implements a PackBits encoder/decoder for Python 2.x and 3.x.
URL: https://github.com/kmike/packbits
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: 0x2a
Submitter: 0x2a
FirstSubmitted: 1527791732
LastModified: 1527791732
URLPath: /cgit/aur.git/snapshot/python-packbits.tar.gz