python-memoization on AUR (Arch User Repository)

Last updated: September 29,2024

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

$ yay -S python-memoization

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

$ yay -Rns python-memoization

2. Manually Install "python-memoization" via AUR

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

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

b. Clone python-memoization's git locally

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

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

$ cd ~/python-memoization $ makepkg -si

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

ID: 1266276
Name: python-memoization
PackageBaseID: 194170
PackageBase: python-memoization
Version: 0.4.0-1
Description: A powerful caching library for Python, with TTL support and multiple algorithm options
URL: https://github.com/lonelyenvoy/python-memoization
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: bart
FirstSubmitted: 1685623771
LastModified: 1685623771
URLPath: /cgit/aur.git/snapshot/python-memoization.tar.gz