Hello Linux Geeksters. As you may know, Speed Dreams is an open-source motorsport simulation and racing game, based on TORCS.

The latest version available is Speed Dreams 2.1, coming with a reworked menu, 3 new tuned and balanced new car sets, a new TRB1 car set, 3 new tracks, 2 new TRB first-class robot for the Supercars, 46 GP and TRB1 car sets, 2 new leader-board modes, new gauges and some bug-fixes and improvements.
In this article I will show you how to install Speed Dreams 2.0 on Ubuntu 14.04 Trusty Tahr, Linux Mint 17 Qiana, Elementary OS 0.3 Freya, Pinguy OS 14.04, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Peppermint Five and other Ubuntu 14.04 derivative systems.
Because it is available via the GetDeb repository, installing Speed Dreams 2.0 on Ubuntu 14.04 and derivative systems is easy. All you have to do is add the GetDeb repository to your system, download and import the key, update the local repository index and install the speed-dreams package. Like this:
$ sudo add-apt-repository "deb http://archive.getdeb.net/ubuntu trusty-getdeb games"
$ wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install speed-dreams
Optinal, to remove speed-dreams, do:
$ sudo apt-get remove speed-dreams