parrot on AUR (Arch User Repository)

Last updated: July 07,2024

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

$ yay -S parrot

* (Optional) Uninstall parrot on Arch using YAY

$ yay -Rns parrot

2. Manually Install "parrot" via AUR

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

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

b. Clone parrot's git locally

$ git clone https://aur.archlinux.org/parrot.git ~/parrot

c. Go to ~/parrot folder and install it

$ cd ~/parrot $ makepkg -si

3. Information about the parrot package on Arch User Repository (AUR)

ID: 1264403
Name: parrot
PackageBaseID: 128944
PackageBase: parrot
Version: 1.0.6-1
Description: A Rust-based GUI in Tauri for pacman using the wrapper paru.
URL: https://github.com/dan-online/parrot
NumVotes: 3
Popularity: 0.002518
OutOfDate:
Maintainer: yochananmarqos
Submitter: Barthalion
FirstSubmitted: 1515342954
LastModified: 1685227616
URLPath: /cgit/aur.git/snapshot/parrot.tar.gz

5. The same packages on other Linux Distributions