You are not logged in.

#1 2018-06-15 07:04:38

folatt
Member
Registered: 2015-08-01
Posts: 96

Yaourt missing from archlinuxfr [SOLVED]

I added the repo.

/etc/pacman.conf

...
[archlinuxfr]
SigLevel = Never
Server = http://repo.archlinux.fr/$arch

And did a thorough update/upgrade.

[me@MyComputer ~]$ sudo pacman -Syyuu
:: Synchronizing package databases...
 core                                                 129.8 KiB  2.95M/s 00:00 [#############################################] 100%
 extra                                               1642.6 KiB  4.97M/s 00:00 [#############################################] 100%
 community                                              4.4 MiB  4.54M/s 00:01 [#############################################] 100%
 archlinuxfr                                           11.5 KiB  0.00B/s 00:00 [#############################################] 100%
:: Starting full system upgrade...
 there is nothing to do
[me@MyComputer ~]$ sudo pacman -Ss yaourt
[me@MyComputer ~]$

Yet yaourt is complety missing.
What gives?

Last edited by folatt (2018-06-15 19:11:40)

Offline

#2 2018-06-15 07:25:15

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: Yaourt missing from archlinuxfr [SOLVED]

It has been removed because it was broken due to the pacman update https://forums.archlinux.fr/viewtopic.p … 37#p166421 and is likely to not return because it's a wish of nearly everyone that has to deal with the fallout that someone should at least have a basic understanding of what makepkg and the AUR is and should've at least built their AUR helper properly

Offline

#3 2018-06-15 08:01:23

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: Yaourt missing from archlinuxfr [SOLVED]

[archlinuxfr] tend to be full of outdated and broken packages, I suggest not using it.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#4 2018-06-15 21:57:59

RoundCube
Member
Registered: 2016-05-14
Posts: 42

Re: Yaourt missing from archlinuxfr [SOLVED]

It seems rebuilding package-querry, and eventually yaourt afterwards, is enough for yaourt to work. And it would not be anything special that you require to rebuild them after a bigger pacman update.

Offline

#5 2018-06-16 18:40:10

philo
Member
Registered: 2015-01-26
Posts: 251

Re: Yaourt missing from archlinuxfr [SOLVED]

That was an AUR issue, not an issue for the Newbie Corner.

Offline

#6 2018-06-16 18:45:01

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: Yaourt missing from archlinuxfr [SOLVED]

philo wrote:

That was an AUR issue, not an issue for the Newbie Corner.

The archlinuxfr unofficial repository is not AUR.  folatt was not attempting to obtain the PKGBUILD's from AUR.
The thread contains a contribution by a moderator and was not moved and is marked as SOLVED.

Offline

#7 2018-06-16 21:38:13

bashM0nk3y
Member
From: the big she-bang
Registered: 2018-05-26
Posts: 49

Re: Yaourt missing from archlinuxfr [SOLVED]

folatt wrote:

Yet yaourt is complety missing.
What gives?

This is what I did to fix yaourt..

First I removed the archlinux.fr repo from /etc/pacman.conf, as is recommended by many here on the forums.

Then from inside your home dir..

..$ yaourt -R package-query yaourt
..$ wget https://aur.archlinux.org/cgit/aur.git/snapshot/package-query.tar.gz
..$ tar xzvf package-query.tar.gz
..$ cd package-query
..$ makepkg -si    # -s, checks for dependencies; -i, installs the pkg with pacman
..$ cd ..
..$ wget https://aur.archlinux.org/cgit/aur.git/snapshot/yaourt.tar.gz
..$ tar xzvf yaourt.tar.gz
..$ cd yaourt
..$ makepkg -si

You can also pull down PKGBUILDs from the AUR by using yaourt -G pkg-name
After you get yaourt working again that is..

Last edited by bashM0nk3y (2018-06-16 21:39:28)

Offline

#8 2018-06-16 21:41:53

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Yaourt missing from archlinuxfr [SOLVED]

The thread is solved, adding cut and paste instructions for a process that every Archer is supposed to be familiar with is not helpful.


Closing.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB