Pixyne is a free and open source image management application for Linux, Windows and MacOS. You can easily mark photos for deletion with a simple click, clicking on a row button directly opens the corresponding photo, adjust or set the EXIF shooting date including renaming all file names to the EXIF shooting date format.
Your changes are not applied immediately, it automatically preserves the current state of the folder, allowing you to undo changes at any time. This is particularly useful when dealing with a large number of photos or when you need to close the application for later continuation.
Install Pixyne on Ubuntu
To install Pixyne on Ubuntu, open the terminal application (ctrl+alt+t) and run below Pixyne flatpak install command.
flatpak install flathub io.github.vinser.pixyne
And open Pixyne using below command.
flatpak run io.github.vinser.pixyne
Note: If you don’t already have flatpak and flathub installed,then install them on your system first using the commands provided below. After the installation, restart your system and again start the Pixyne installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And uninstall it using below commands.
flatpak uninstall io.github.vinser.pixyne
[OR]
sudo flatpak uninstall io.github.vinser.pixyne