Frogr is a free and open source Flickr image management application for Linux. Using Frogr you can manage accounts in the Flickr image hosting website and upload your images to Flickr. You can also add image titles, descriptions, tags and manage sets and groups pools, set image visibility, content type and safety level, licenses, Geo location information. It also support multiple Flickr accounts and HTTP proxies. It is released under GNU General Public License v3.
How to install Frogr on Ubuntu Linux
Frogr Flickr app is available as a flatpak from and flathub and default Ubuntu repositories. Open the terminal application (ctrl+alt+t) and run below commands to install Frogr on your Ubuntu system.
sudo apt update
sudo apt install frogr
frogr
Install Frogr via Flatpak:
you can also install Frogr via flatpak. For that you need to install flatpak and flathub on your Ubuntu system first and restart it after the installation. After that open the terminal application (ctrl+alt+t) and run below Frogr flatpak installation command.
flatpak install flathub org.gnome.frogr
After the installation you can open Frogr via below command.
flatpak run org.gnome.frogr
And uninstall it via
sudo flatpak uninstall org.gnome.frogr
That’s all.