avatar_url

Sandesh Rana | Python

I'm a developer from Himalayas, with a passion for crafting efficient and elegant code, with creativity and precision.

Useful archlinux commands

27 Feb 2022 » linux, unix

To install package from AUR

# Properly install package from AUR with SNAPSHOT

cd /tmp && git clone 'https://aur.archlinux.org/yay.git' && cd /tmp/yay && makepkg -si && cd ~ && rm -rf /tmp/yay/

Reference: