Hello Linux Geeksters. As you may know, Fotoxx is an open source photo editing program, working on Linux. It has support for the most important image formats, including JPEG, BMP, PNG, TIFF and RAW. Fotoxx is mostly used for cropping, resizing or retouching photos, without using layers, like Photoshop.

The latest version available is Fotoxx 14.04, which has been released a while ago, with bugfixes and improvements. For more information, see the official changelog.
In this article I will show you how to install Fotoxx 14.04 on Ubuntu, Linux Mint, Elementary OS, Debian, Kwheezy and Crunchbang.
Because it is not available via any repository yet, we have to download the deb package from the official site and install it via dpkg.
How to install Fotoxx 14.04 on 32 bit Ubuntu, Linux Mint, Elementary OS, Debian, Kwheezy and Crunchbang:
$ wget www.kornelix.com/uploads/1/3/0/3/13035936/fotoxx-14.04-i686.deb
$ sudo dpkg -i fotoxx-14.04-i686.deb
$ sudo apt-get install -f
How to install Fotoxx 14.04 on 64 bit Ubuntu, Linux Mint, Elementary OS, Debian, Kwheezy and Crunchbang:
$ wget www.kornelix.com/uploads/1/3/0/3/13035936/fotoxx-14.04-x86_64.deb
$ sudo dpkg -i fotoxx-14.04-x86_64.deb
$ sudo apt-get install -f