python2-ctypes on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S python2-ctypes

* (Optional) Uninstall python2-ctypes on Arch using YAY

$ yay -Rns python2-ctypes

2. Manually Install "python2-ctypes" via AUR

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

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

b. Clone python2-ctypes's git locally

$ git clone https://aur.archlinux.org/python2-ctypes.git ~/python2-ctypes

c. Go to ~/python2-ctypes folder and install it

$ cd ~/python2-ctypes $ makepkg -si

3. Information about the python2-ctypes package on Arch User Repository (AUR)

ID: 210957
Name: python2-ctypes
PackageBaseID: 55419
PackageBase: python2-ctypes
Version: 1.0.2-1
Description: Create and manipulate C data types in Python, call functions in shared libraries
URL: http://pypi.python.org/pypi/ctypes
NumVotes: 6
Popularity: 0
OutOfDate:
Maintainer: sleduc
Submitter: Shanto
FirstSubmitted: 1325222494
LastModified: 1436715258
URLPath: /cgit/aur.git/snapshot/python2-ctypes.tar.gz