LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Cedega dependencies (https://www.linuxquestions.org/questions/linux-newbie-8/cedega-dependencies-447881/)

TRaven 05-23-2006 06:10 PM

Cedega dependencies
 
Hi, i just put ubuntu in my main box (i'm trying to get into the whole linux thing) and it's been going well. i have one small problem though.

I'm trying to get Cedega up and running so i can play my games (obviously), however when i try to install it it says "Error: Dependency is not satisfyable: xlibs"

I cant quite figure this out, any help would be much appreciated.

Thanks in advance.

cs-cam 05-23-2006 11:33 PM

Try just forcing it, if you're using X then you should be right. If you don't have X installed then DUH! Go install it. It requires PyGTK for the Point2Play GUI but depending on the version you downloaded, everything you need may have been statically compiled in.

TRaven 05-24-2006 01:07 AM

ok, i know this is gonna sound totally....foolish, but is there i way i can be POSITIVE i have X installed? and that it's running properly?

thanks in advance >_<

ethics 05-24-2006 01:35 AM

x is the X server, as in GUI....

pretty easy to tell if its running or not :)

what does
Code:

sudo apt-get xlibs
return?

TRaven 05-24-2006 01:50 AM

well...uh...wow...it's the GUI...how n00bish am i....

when i do the apt-get i get this:
E: Invalid operation xlibs

ethics 05-24-2006 03:14 AM

sorry my bad, early in the morning :P

Code:

sudo apt-get install xlibs
if not

Code:

sudo apt-cache search xlibs

TRaven 05-24-2006 10:11 AM

whoa, i should have caught on to that one anyway, so it's not your fault >_<

here's what i get from the apt-get:

Reading package lists... Done
Building dependency tree... Done
Package xlibs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libxft1 xkeyboard-config
E: Package xlibs has no installation candidate


and from the apt-cache:

xcursor-themes - Base X cursor themes
xkeyboard-config - XKB data
xlibs-dev - X Window System client library development files transitional package
xterm - X terminal emulator
libxsharp-dev - DotGNU X11# libraries
libxsharp0 - DotGNU X11# libraries
ude - The Unix Desktop Environment
uwm - The ultimate window manager for UDE

jens 05-24-2006 10:58 AM

Just do:
Code:

sudo apt-get install x-window-system-dev

TRaven 05-24-2006 11:06 AM

Quote:

Originally Posted by jens
Just do:
Code:

sudo apt-get install x-window-system-dev

E: Couldn't find package x-window-system-dev

Is it supposed to work?

TRaven 05-24-2006 11:48 AM

oh, i just thought of something, could the fact that i'm using Dapper Drake 6.06 affect anything?

jens 05-24-2006 12:26 PM

Quote:

Originally Posted by TRaven
oh, i just thought of something, could the fact that i'm using Dapper Drake 6.06 affect anything?

Indeed. Not all dev packages for Dapper are already available.

xlibs-dev is still their though (sudo apt-get install xlibs-dev)

Depending on how you're trying to install Cedega you might need a lot more though.
Also see: http://wiki.winehq.org/Recommended_Packages

TRaven 05-24-2006 01:22 PM

i had already gotten that one before posting here >_<

agh, this sucks

Edit: oh, i just saw the wiki link, i'll check it out.

Edit 2: well, i ran the script from the wiki, and it installed all those packages, but it still doesnt work, do you think it's because the specific package that i need isnt yet in Dapper?


All times are GMT -5. The time now is 09:48 AM.