View previous topic :: View next topic |
Author |
Message |
lunar_limbo
Joined: 29 Jan 2006 Posts: 3
|
Posted: Sun Jan 29, 2006 4:26 am Post subject: Cedega on Lunar linux |
|
|
I just came across Lunar Linux yesterday on distrowatch.com. I'm trying to find a suitable replacement for Slackware or Gentoo and I must say I'm quite impressed, All of my hardware was supported right off the bat and configuration was a breeze.
Just because I didn't find (due to nonexistence or ignorance) any information on getting cedega up and running I'm posting my success method here.
First i used a
Then i went and downloaded the latest version of cedega, followed by a
Code: | #rpm --nodeps -i cedega-5.0.1-1.i386.rpm |
Without the '--nodeps' option rpm was complaining that wget and /bin/sh were required for installation.
And that concludes my story. |
|
Back to top |
|
 |
sofar

Joined: 11 Aug 2005 Posts: 172
|
Posted: Mon Jan 30, 2006 3:30 pm Post subject: rpm |
|
|
rpm - the redhat package manager - is not supported under lunar. Please do not use it to install packages. You're better off using rpmunpack and cpio to extract the cedega rpm file and try to install it manually. Cedega is not fit to install on lunar (or any source distro for that matter) due to it's binary nature. |
|
Back to top |
|
 |
RedKennedy
Joined: 22 Aug 2005 Posts: 57 Location: The Moon
|
Posted: Mon Jan 30, 2006 11:20 pm Post subject: |
|
|
If I were you, I'd just get the Slackware package, tar -xzf it, and copy the stuff to /usr and whatnot. _________________ In Soviet Russia, ISOs install you. |
|
Back to top |
|
 |
lunar_limbo
Joined: 29 Jan 2006 Posts: 3
|
Posted: Tue Jan 31, 2006 2:25 am Post subject: my present failures |
|
|
Sofar, I did try using rpmunpack which left me with a cpio file as well as a bunch of other gibberish files at which point i became lost. I've never really bothered with rpms until my dirty little cedega install on lunar. (sorry for being halfassed)
I tried untaring the slackware .tgz file and got myself some usr opt and etc directories but I didn't feel like playing around on account of being lazy.
Thanks to redkennedy for his suggestion, as I know now how to pull that off. |
|
Back to top |
|
 |
sofar

Joined: 11 Aug 2005 Posts: 172
|
Posted: Tue Jan 31, 2006 10:53 pm Post subject: |
|
|
cpio -i < file.cpio
sorta gives you the same as the slack tarball. |
|
Back to top |
|
 |
|