mimi123
Posts: 583
Joined: Thu Aug 22, 2013 3:32 pm

yaourt

Mon Jun 30, 2014 9:10 pm

Where has gone yaourt?

pepedog
Posts: 1043
Joined: Fri Oct 07, 2011 9:55 am

Re: yaourt

Tue Jul 01, 2014 9:33 am

Don't blame me

Code: Select all

wget https://aur.archlinux.org/packages/ya/yaourt/yaourt.tar.gz
tar xf yaourt.tar.gz
cd yaourt
makepkg -Acs
su
pacman -U yaourt-*
Technically, yaourt is an "any" package, so -A not needed, even if built for x86 would work as it's just scripts
http://archlinuxarm.org/forum/viewtopic ... urt#p40587
I don't use it, I do above method

mimi123
Posts: 583
Joined: Thu Aug 22, 2013 3:32 pm

Re: yaourt

Tue Jul 01, 2014 10:33 am

Why pacman -S yaourt don't give anything now ?

sdjf
Posts: 1395
Joined: Fri Mar 16, 2012 5:20 am
Location: California
Contact: Website

Re: yaourt

Thu Jul 03, 2014 3:54 am

Pacman is a package manager, not a utility for downloading scripts. I do recall that yaourt used to be in the repository, not sure why they stopped keeping it there. Except as Pepedog says, yaourt really is not a binary package but a collection of scripts.

EDIT: to be more clear: pacman only works with packages that are in the arch linux arm repository for us, if something is not there, then pacman will not show it. And yaourt is not in the repository any more.
FORUM TIP: To view someone's posting history, sign in, click on their user name, then on "Search User's Posts." || Running ArchLinuxArm on Model 2B and 512MB Model B

pepedog
Posts: 1043
Joined: Fri Oct 07, 2011 9:55 am

Re: yaourt

Thu Jul 03, 2014 10:20 am

From what I see is yaourt generated more problems than solutions, making people lazy and not even look for answers.
I never used it and have no opinion on the good and the bad of it, the little steps to build and install it yourself shouldn't be a problem.
And packer might be better https://github.com/keenerd/packer/wiki ?

mimi123
Posts: 583
Joined: Thu Aug 22, 2013 3:32 pm

Re: yaourt

Sun Jul 06, 2014 4:08 pm

pepedog wrote:From what I see is yaourt generated more problems than solutions, making people lazy and not even look for answers.
I never used it and have no opinion on the good and the bad of it, the little steps to build and install it yourself shouldn't be a problem.
And packer might be better https://github.com/keenerd/packer/wiki ?
Yaourt was good but was also very BAD on cross-compiling.
It used /tmp as storage space, so for persons using /tmp as tmpfs, it was a memory hog.

Ben00it
Posts: 1
Joined: Mon Aug 29, 2016 8:40 pm

Re: yaourt

Mon Aug 29, 2016 8:46 pm

Hi everyone,
Very nice I freshly tested and learn "Packer"

Otherwise I found a way out to install properly yaourt on rpi, it's just isn't compile for arm => rpi2(armv7h) or rpi3 (armv7l) :
http://doku.ben00it.fr/dokuwiki/doku.ph ... rry:yaourt
Works perfectly.

I'll read and compare all the alternatives, especially Packer.

Thanks anyway.

Return to “Arch”