Hello Linux Geeksters. As you may know, Stunt Rally is an open-source racing game, having more then 150 tracks and a lot of cars.

The latest version available is Stunt Rally 2.4, which has been recently released, coming with 147 tracks (6 new, 12 deleted and others updated), 2 new sceneries and 3 new cars (4 updated and two deleted). For more information about this release, see the changelog.
In this article I will show you how to install Stunt Rally 2.4 on Ubuntu 14.04 Trusty Tahr, Linux Mint 17 Qiana, Pinguy OS 14.04, Elementary OS 0.3 Freya, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0 and other Ubuntu 14.04 derivative systems.
Because it is available via the GetDeb repository, installing Stunt Rally 2.3 on the listed Ubuntu, Linux Mint, Pinguy OS and Elementary OS systems is easy. All you have to do is add the repository to your system, get the key, update the local repository index and install the stuntrally package. Like this:
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu trusty-getdeb games" >/etc/apt/sources.list.d/playdeb.list'
$ wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install stuntrally
Optional, to remove stuntrally, do:
$ sudo apt-get remove stuntrally