Jump to content
Eternal Lands Official Forums
Guest eternal32

Can't Install Game on Ubuntu 10.10

Recommended Posts

Guest eternal32

i try to install it through apt-get but it just spits out this error every time:

 

Package eternallands 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

 

E: Package 'eternallands' has no installation candidate

 

 

Specs:

Processor: PowerPC 7447/7457, altivec supported (1250.00MHz)

Memory 1028MB

Operating System: Ubuntu 10.10

 

Graphics Card is ATI Radeon 9200 and I am using the X.org driver.

 

how do i download and play this?? if anyone could help that would be great..

Share this post


Link to post
Share on other sites
Processor: PowerPC 7447/7457, altivec supported (1250.00MHz)

Sorry but Launchpad does not build Personal Package Archives for that processor. You could build your own package quite easily from the package source.

 

Add the deb-src line to /etc/apt/sources.list using an editor or the "Software Sources" application

deb-src http://ppa.launchpad.net/pjbroad/ppa/ubuntu maverick main

 

Then download and build the package:

cd <some temporary directory>
sudo apt-get update
sudo apt-get build-dep eternallands
apt-get source eternallands
cd eternallands-1.9.1/
debuild

 

Now you can install the new built package and fix things up so the data and other dependencies are installed form the PPA:

sudo dpkg -i ../eternallands_1.9.1*.deb
sudo apt-get install -f

Share this post


Link to post
Share on other sites
Guest
You are commenting as a guest. If you have an account, please sign in.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoticons maximum are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

  • Recently Browsing   0 members

    No registered users viewing this page.

×