XRick (aka. Rick Dangerous) for Ubuntu 7.10 Gutsy Gibbon
XRick is a port of the arcade game Rick Dangerous using SDL. I've always loved this game, and i've made a clean debian package in order to install it. Here is how to install the xrick package on your Ubuntu Gutsy Gibbon.
Note: If you are using Ubuntu 8.04 Hardy Heron, please use the Hardy version of this guide: XRick (aka. Rick Dangerous) for Ubuntu 8.04 Hardy Heron.
Fast and obfuscated
The following command lines summaries this guide. It allow you to install XRick very quickly. First, setup your sudo environment :
sudo echo
and copy / paste the following command lines in your terminal :
echo "# Lone Wolf games packages for Ubuntu 7.10 Gutsy Gibbon
deb http://falcon.landure.fr gutsy games
deb-src http://falcon.landure.fr gutsy games" \
| sudo tee /etc/apt/sources.list.d/gutsy-landure-games.list
wget http://falcon.landure.fr/9FA7DC39.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install xrick
You can now play to XRick by clicking on Rick Dangerous shortcut in the Games menu of Gnome.
Installation
First, we add the repository containing xrick to our apt configuration :
echo "# Lone Wolf games packages for Ubuntu 7.10 Gutsy Gibbon
deb http://falcon.landure.fr gutsy games
deb-src http://falcon.landure.fr gutsy games" \
| sudo tee /etc/apt/sources.list.d/gutsy-landure-games.list
We download the GPG key used to sign this repository :
wget http://falcon.landure.fr/9FA7DC39.gpg -O- | sudo apt-key add -
We update the list of available packages :
sudo apt-get update
Now, click here to install XRick.
Thanks
- Thanks to XRick developers.
- Thanks to Core Design for creating the great game that is Rick Dangerous.
easy
Still working on Oneric
W: Failed to fetch bzip2:/var/lib/apt/lists/partial/falcon.landure.fr_dists_gutsy_games_source_Sources Encountered a section with no Package: header
Package for Ubuntu 15.10 amd64
i make a package and some minor change in code :
https://github.com/marcus682/xrick/releases
hardy heron
but the sound is garbled (squeeking high tones). Is there anything i can do to help solve this problem ?