You are not logged in.

#1 2011-09-08 19:06:33

Cheesecake Charlie
Member
Registered: 2011-09-08
Posts: 94

[ SOLVED ] AUR Help

Silly question, but what do i add to pacman.conf to be able to download from AUR Repo ?

Cheers

Last edited by Cheesecake Charlie (2011-09-09 05:17:20)

Offline

#2 2011-09-08 19:13:35

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Re: [ SOLVED ] AUR Help

Pacman does not manage the AUR (because it is unsupported software). But there exists pacman-like programs that can manage the AUR (often using pacman). One of them that is pretty good is yaourt, available from the AUR. You have to install it by hand: see https://wiki.archlinux.org/index.php/Ar … Repository. Be in mind that the AUR is unsupported. Expect breakage (it is common that softwares do not build).

Offline

#3 2011-09-08 19:25:48

Cheesecake Charlie
Member
Registered: 2011-09-08
Posts: 94

Re: [ SOLVED ] AUR Help

Yes i have just tried this, but i get an error about package-query missing

Steps to install Yaourt

Install the base-devel package using pacman. It contains the compiler and libraries needed to compile binaries from source.
$ pacman -S base-devel
Download Yaourt.tar.gz package and unpack it in a directory. You can use wget to download the package as follows :
$ wget http://aur.archlinux.org/packages/yaourt/yaourt.tar.gz
Use tar command to unpack it in a directory.

$ tar xvzf yaourt.tar.gz
Move to that directory.

$ cd yaourt
Build the yaourt package.
$ makepkg
After this operation, you will find a yaourt.pkg.tar.gz package in your current directory.

Install the package using pacman command as follows :
$ pacman -U yaourt.pkg.tar.gz

Having problems with the Broadcom drivers hence why i need yaourt

Offline

#4 2011-09-08 19:28:15

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [ SOLVED ] AUR Help

You need to install the dependencies first.
https://aur.archlinux.org/packages.php?ID=35915

Offline

#5 2011-09-08 19:28:59

frabjous
Member
Registered: 2010-07-13
Posts: 367

Re: [ SOLVED ] AUR Help

Where did you get those instructions? Use the instructions here.

Offline

#6 2011-09-08 19:32:17

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [ SOLVED ] AUR Help

frabjous wrote:

Where did you get those instructions? Use the instructions here.

+1
He probably got them from http://linuxandfriends.com/2009/09/30/a … -from-aur/ - they're out of date.

Always use the wiki (although it's sometimes out of date too ;P).

Offline

#7 2011-09-08 21:05:47

Cheesecake Charlie
Member
Registered: 2011-09-08
Posts: 94

Re: [ SOLVED ] AUR Help

frabjous wrote:

Where did you get those instructions? Use the instructions here.


Many thanks, thats what i was looking for !!!!

Cheers

Offline

Board footer

Powered by FluxBB