python-fastcache on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S python-fastcache

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

$ yay -Rns python-fastcache

2. Manually Install "python-fastcache" via AUR

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

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

b. Clone python-fastcache's git locally

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

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

$ cd ~/python-fastcache $ makepkg -si

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

ID: 608653
Name: python-fastcache
PackageBaseID: 118642
PackageBase: python-fastcache
Version: 1.1.0-1
Description: C implementation of Python 3 functools.lru_cache.
URL: https://github.com/pbrady/fastcache
NumVotes: 4
Popularity: 0.040891
OutOfDate:
Maintainer: thrasibule
FirstSubmitted: 1484072753
LastModified: 1556730875
URLPath: /cgit/aur.git/snapshot/python-fastcache.tar.gz