You are not logged in.

#1 2006-09-06 07:26:30

frank_einstien
Member
Registered: 2006-08-09
Posts: 51

How to use AUR

Hi

I looked aroung aur.archlinux.org and noticed a package lives. So I enabled the community repo intpacman.conf. Then I pacman -S community/lives and it says its not in db.

I read the wiki as well as posts from newbies but they made no sense to me.

So how do I install lives from AUR ?

And would lives move from AUR to communiy with low votes? Just asking  wink


Serial ignoramus- a day of experience 365 times.

Offline

#2 2006-09-06 07:38:45

Sigi
Member
From: Thurgau, Switzerland
Registered: 2005-09-22
Posts: 1,131

Re: How to use AUR

I don't know if lives is in the community repo, I assume not.

Anyway, run following commands in a terminal:

cd /var/abs/local
wget http://aur.archlinux.org/packages/lives/lives.tar.gz
tar zxf lives.tar.gz && rm lives.tar.gz
cd lives
makepkg
pacman -A lives-0.9.7_pre1-1.tar.gz

At least for the pacman-step root permissions are necessary. Its recommended to build packages (the makepkg-step) in the normal user account or to use a special user account (with write permissions only in /var/abs/local) - but not as root!

edit: small corrections

edit2: If you want to build AUR packages automatically have a look at qpkg, aurbuild or yaourt.


Haven't been here in a while. Still rocking Arch. smile

Offline

#3 2006-09-06 07:49:28

brazzmonkey
Member
From: between keyboard and chair
Registered: 2006-03-16
Posts: 818

Re: How to use AUR

i recommend yaourt. follow the very steps Sigi explained (but for yaourt obviously). then you'll be able to easily install packages from AUR.

have fun


what goes up must come down

Offline

#4 2006-09-06 08:00:46

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: How to use AUR

Before jumping straight in with the automated tools, I'd strongly recommend reading the AUR User Guidelines.

Offline

#5 2006-09-06 10:22:10

frank_einstien
Member
Registered: 2006-08-09
Posts: 51

Re: How to use AUR

Hi

The install was hitchless. Thanks

But I have new errors

[root@jesvin lives]# lives

(process:20069): Gdk-WARNING **: locale not supported by C library

(lives:20069): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.
Xlib: connection to ":0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key

(lives:20069): Gtk-WARNING **: cannot open display:
[root@jesvin lives]#

Dont know whay this happened..

Could you help with this?

And again thanks for the prescice info  big_smile


Serial ignoramus- a day of experience 365 times.

Offline

#6 2006-09-06 10:35:25

smoon
Member
Registered: 2005-08-22
Posts: 468
Website

Re: How to use AUR

frank_einstien wrote:

Hi

The install was hitchless. Thanks

But I have new errors

[root@jesvin lives]# lives

(process:20069): Gdk-WARNING **: locale not supported by C library

(lives:20069): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.
Xlib: connection to ":0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key

(lives:20069): Gtk-WARNING **: cannot open display:
[root@jesvin lives]#

Dont know whay this happened..

Could you help with this?

And again thanks for the prescice info  big_smile

Looks like you try to run `lives' as root and since it is your users xsession the connection gets refused.

Offline

#7 2006-09-06 11:34:22

frank_einstien
Member
Registered: 2006-08-09
Posts: 51

Re: How to use AUR

HI

Smoon, You are right. My idiotism got the better of me  :oops:

Thanks


Serial ignoramus- a day of experience 365 times.

Offline

#8 2006-09-06 11:54:34

Sigi
Member
From: Thurgau, Switzerland
Registered: 2005-09-22
Posts: 1,131

Re: How to use AUR

frank_einstien wrote:

And again thanks for the prescice info  big_smile

You're welcome!


Haven't been here in a while. Still rocking Arch. smile

Offline

#9 2006-09-06 14:44:09

test1000
Member
Registered: 2005-04-03
Posts: 834

Re: How to use AUR

@frank_einstein: you could still run xhost +localhost if you would like to run stuff as root from within X started as a user. man xhost.


KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein

Offline

#10 2006-09-06 22:06:43

toxic
Member
Registered: 2006-06-05
Posts: 117

Re: How to use AUR

test1000 wrote:

@frank_einstein: you could still run xhost +localhost if you would like to run stuff as root from within X started as a user. man xhost.

I'd recomend reading the manpages or some tutorial before doing that.
xhost +localhost gives everyone on your local machine X authority. Some times it might be better to restrict that to individuals.

Offline

Board footer

Powered by FluxBB