Hello Linux Geeksters. As you may know, Subsurface is a diving log application, written by Linus Torvalds himself. The latest version available is Subsurface 4.1, which has been recently released, coming with a bunch of bug-fixes only.
In this article I will show you how to install Subsurface 4.1 on Ubuntu 14.04 Trusty Tahr, Ubuntu 13.10 Saucy Salamander, Ubuntu 12.04 Precise Pangolin, Linux Mint 17 Qiana, Linux Mint 16 Petra, Linux Mint 13 Maya, LXLE, Elementary OS 0.3 Isis, Elementary OS 0.2 Luna, Pinguy OS 14.04 and Pinguy OS 12.04.
Because it is available via PPA, installing Subsurface 4.1 on the listed Ubuntu, Linux Mint, Pinguy OS, LXLE, Elementary OS systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the subsurface package. Like this:
$ sudo add-apt-repository ppa:subsurface/subsurface
$ sudo apt-get update
$ sudo apt-get install subsurface
Optional, to remove subsurface, do:
$ sudo apt-get remove subsurface
Leave a Reply