python-loguru on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S python-loguru

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

$ yay -Rns python-loguru

2. Manually Install "python-loguru" via AUR

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

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

b. Clone python-loguru's git locally

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

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

$ cd ~/python-loguru $ makepkg -si

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

5. The same packages on other Linux Distributions