picodotdev / alis

Arch Linux Install Script (or alis, also known as the Arch Linux executable installation guide and wiki) installs an unattended, automated and customized Arch Linux system.
https://picodotdev.github.io/alis/
GNU General Public License v3.0
823 stars 319 forks source link

Add paru as an AUR alternative #120

Closed pblgomez closed 3 years ago

pblgomez commented 3 years ago

As the main yay developer is leaving yay behind and focusing on paru (written in rust) and already hit version 1.0, It is a good alternative to yay.

You can see the main developer talking about para right here: https://www.reddit.com/r/archlinux/comments/jjn1c1/paru_v100_and_stepping_away_from_yay/


@picodotdev: paru requires to install rust before? as yay requires to install go Is this not necessary gpg --recv-key 465022E743D71E39?

Not necessary, at least with latest Arch iso

@picodotdev: Which advantages has paru over yay for setting it as default?

Actively mantained, colored output, flip search order, you can edit AUR packages through paru, written in rust ;), etc...

picodotdev commented 3 years ago

I found Morganamilo stepping away message from yay.

https://www.reddit.com/r/archlinux/comments/jjn1c1/paru_v100_and_stepping_away_from_yay/

Merged, thanks for the contribution!