You are not logged in.
I was trying the last few days to get xbmc installed.... but everything i try nothing works. when i call:
pacman -Sy xbmcEverything apears ok, when i type the xbmc command it never works. I didn't know if anyone was having he same issue. I can't get the xbmc-svn either...
Last edited by JuseBox (2009-11-30 14:34:54)
Linux ArchLinux 3.2.8-1-ARCH
#1 SMP PREEMPT Mon Feb 27 21:51:46 CET 2012 x86_64 AMD FX(tm)-8120 Eight-Core Processor AuthenticAMD GNU/Linux
8192MB DDR3 1300MHz | Asus m5a97 | GeForce GTX 550 Ti | 120 GB SSD
Offline
What errormessage do you get?
Try the complete path: /opt/xbmc/bin/xbmc
Offline
there isn't any error message. when running pacman -S xbmc I get this output tho:
09:17:00 | lithid | etc > sudo pacman -S xbmc
resolving dependencies...
looking for inter-conflicts...
Targets (3): glew-1.5.1-1 tre-0.8.0-1 xbmc-9.04.1-6
Total Download Size: 0.00 MB
Total Installed Size: 109.96 MB
Proceed with installation? [Y/n]Now maybe its just me but the total download size doesn't look right. but maybe just me.
Last edited by JuseBox (2009-11-30 14:21:09)
Linux ArchLinux 3.2.8-1-ARCH
#1 SMP PREEMPT Mon Feb 27 21:51:46 CET 2012 x86_64 AMD FX(tm)-8120 Eight-Core Processor AuthenticAMD GNU/Linux
8192MB DDR3 1300MHz | Asus m5a97 | GeForce GTX 550 Ti | 120 GB SSD
Offline
Well nvm i guess that is the correct path. but for some reason running locate xbmc didn't find that path. o well thank for the help. solved.
Linux ArchLinux 3.2.8-1-ARCH
#1 SMP PREEMPT Mon Feb 27 21:51:46 CET 2012 x86_64 AMD FX(tm)-8120 Eight-Core Processor AuthenticAMD GNU/Linux
8192MB DDR3 1300MHz | Asus m5a97 | GeForce GTX 550 Ti | 120 GB SSD
Offline
did you
sudo updatedbbefore you tried to locate the bin file?
Last edited by hcjl (2009-11-30 14:28:33)
Offline
did you
sudo updatedbbefore you tried to locate the bin file?
Didn't even know about that thanks alot man!
Linux ArchLinux 3.2.8-1-ARCH
#1 SMP PREEMPT Mon Feb 27 21:51:46 CET 2012 x86_64 AMD FX(tm)-8120 Eight-Core Processor AuthenticAMD GNU/Linux
8192MB DDR3 1300MHz | Asus m5a97 | GeForce GTX 550 Ti | 120 GB SSD
Offline
Since the complete path worked, it's probably because you didn't give your $PATH a chance to update. xbmc is installed to /opt, which is not in Arch's default $PATH. The shortened "xbmc" command will only work after relogging or running /etc/profile.d/xbmc.sh manually.
Now maybe its just me but the total download size doesn't look right. but maybe just me.
Download size is 0 because you've already downloaded it from a previous xbmc installation, so it pulls the package from /var/cache/pacman/pkg.
Last edited by tdy (2009-11-30 17:17:25)
Offline