python-easydict on AUR (Arch User Repository)

Last updated: June 21,2024

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

$ yay -S python-easydict

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

$ yay -Rns python-easydict

2. Manually Install "python-easydict" via AUR

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

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

b. Clone python-easydict's git locally

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

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

$ cd ~/python-easydict $ makepkg -si

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

ID: 1420504
Name: python-easydict
PackageBaseID: 203193
PackageBase: python-easydict
Version: 1.13-1
Description: Access dict values as attributes (works recursively).
URL: https://github.com/makinacorpus/easydict
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: AlexBocken
Submitter: AlexBocken
FirstSubmitted: 1709313877
LastModified: 1709556472
URLPath: /cgit/aur.git/snapshot/python-easydict.tar.gz