Fotoxx is an open source software for editing and manipulating photographies. The last Fotoxx version is Fotoxx 13.3, which has a better GUI than the previous version.

In this article I will show you how to install Fottox on the latest Ubuntu Operating Systems:
To install Fotoxx 13.03 on Ubuntu 12.04, use this deb files:
For *32 bit systems:
$ wget www.kornelix.com/uploads/1/3/0/3/13035936/fotoxx-13.03-i686.deb
$ sudo dpkg -i fotoxx*.deb
For *64 bit systems:
$ wget www.kornelix.com/uploads/1/3/0/3/13035936/fotoxx-13.03-x86_64.deb
$ sudo dpkg -i fotoxx*.deb
To install Fotoxx on Ubuntu 13.04/12.10, Linux Mint 14/13, Knoppix, Debian 7/6 and other dpkg based distros, you have to complile Fotoxx from sources:
Follow this steps for a complete installation from sources:
1. Download the sources:
$ wget www.kornelix.com/uploads/1/3/0/3/13035936/fotoxx-13.03.tar.gz
2. Extract the archive and cd into it:
$ tar -xzvf fotoxx*.tar.gz
$ cd fotoxx
3. Compile the sources:
$ make
4. Install the compiled sources:
$ sudo make install
5. Clean the unnecesarry files created at compilation:
$ sudo make clean