ERROR: target not found: yaourt

10,644

Yaourt was removed from the official servers of Arch Linux by serious security problems. Die.

It can no longer -or should not be- download from official repositories, and it's not safe to do it by any other means.

I recommend switching to safer alternatives for AUR packages, like aurman.

Links of interest:

Update with aurman installation:

You can install aurman with the following script:

#!/bin/bash

cd /tmp
gpg --recv-key 465022E743D71E39
git clone https://aur.archlinux.org/aurman.git
cd aurman
makepkg -si
sudo sed -i '/^#Color/s/^#//' /etc/pacman.conf
aurman -Syu

The use of aurman is more simple that yaourt, and very similar to pacman.

Share:
10,644
Reubenite King
Author by

Reubenite King

Updated on September 18, 2022

Comments

  • Reubenite King
    Reubenite King over 1 year

    I'm new to arch so any help on this subject is much appreciated. I have been trying to install yaourt on manjaro, but this is the error message I receive.

    [manjaro@manjaro-pc ~]$ sudo pacman -S yaourt
    error: target not found: yaourt
    
  • Reubenite King
    Reubenite King over 4 years
    Thank you for your help! Finished installing aurman and everything works fine for now.
  • jbarlow
    jbarlow about 4 years
    This currently gives ==> ERROR: One or more PGP signatures could not be verified!