You are not logged in.
Pages: 1
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
Serial ignoramus- a day of experience 365 times.
Offline
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.
Offline
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
Before jumping straight in with the automated tools, I'd strongly recommend reading the AUR User Guidelines.
Offline
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
Serial ignoramus- a day of experience 365 times.
Offline
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
Looks like you try to run `lives' as root and since it is your users xsession the connection gets refused.
Offline
HI
Smoon, You are right. My idiotism got the better of me :oops:
Thanks
Serial ignoramus- a day of experience 365 times.
Offline
And again thanks for the prescice info
You're welcome!
Haven't been here in a while. Still rocking Arch.
Offline
@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
@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
Pages: 1