Ubuntu 11.04 installing libsdl1.2 Problem
#1
Well I ran the code
sudo apt-get install libsdl1.2 libsdl-image1.2 libopenal1 libsdl-ttf2.0-0
and I got some errors. Here's the result of me running that code.
javi@Javi-Cpu:~$ sudo apt-get install libsdl1.2 libsdl-image1.2 libopenal1 libsdl-ttf2.0-0
[sudo] password for javi:
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Package libsdl1.2 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:
  libsdl1.2debian-nas libsdl1.2debian-pulseaudio libsdl1.2debian-oss
  libsdl1.2debian-esd libsdl1.2debian-alsa libsdl1.2debian-all

E: Package 'libsdl1.2' has no installation candidate
Could anyone help me?
Thanks given by:
#2
Try
sudo apt-get install [ONE OF THOSE OTHER PACKAGES HERE]
Also, you'd be better off asking at http://ubuntuforums.org/
Thanks given by:
#3
The installation instructions on the site are old. You can

sudo apt-cache search libsdl1.2

To find the packages that contain libsdl1.2.

But the thing you actually want is libsdl1.2debian-all

So

sudo apt-get install libsdl1.2debian-all
Thanks given by:
#4
Okay how do I install the game now?
Thanks given by:
#5
Download the Linux version from this site.
Extract it to your home folder (or where you want to install it - remember to have read/write permission to folder).

Run the <assaultcube.sh> file to start the game.

If you want a shortcut in your <Games> menu then you need to execute <install_desktop_menu.sh>.
Thanks given by: