Fotoxx is a free and open source image editing and collection management application for Linux. Using this you can manage a large image collection and edit you images easily and it run super fast. It is released under the GNU General Public License version 3. it comes with poerful image editing features and RAW files and edit with deep color. You can do some batch rename, add metadata, copy/move, resize, convert format functions.
How to Install Fotoxx on Ubuntu Linux
You can install Fotoxx via Ubuntu PPA and portable AppImage. Open the terminal software (ctrl+alt+t) and run below commands to add Fotoxx PPA and install it on your Ubuntu Linux system.
sudo add-apt-repository ppa:xtradeb/apps
sudo apt-get update
sudo apt install fotoxx
After the installation you can start fotoxx via show applications menu or via the below command.
fotoxx
Install Fotoxx via App Image
Download Fotoxx from the below download link and save it on your Downloads folder.
Here the downloaded file name is “fotoxx-21.42-appimage“. Open the terminal (ctrl+alt+t) app and run below commands.
cd Downloads
sudo chmod +x ~ fotoxx-21.42-appimage
You can change above command based on your downloaded file name.
./fotoxx-21.42-appimage
That’s it.