Valuta is a free and open source currency converter application for Linux. Using Valuta, you can easily convert between different currencies. It is simple and fast conversion tool with three different APIs. It is written in Python and released under GNU General Public License.
Install Valuta on Ubuntu
Valuta is available as a flatpak package file from the remote flathub. First install flatpak and flathub on your system and restart it after the installation.
Open the terminal app (ctrl+alt+t) and run below Valuta flatpak install command. It will install the latest Valuta app on your system.
flatpak install flathub io.github.idevecore.Valuta
You can open it using below command.
flatpak run io.github.idevecore.Valuta
And also uninstall it using below commands.
flatpak uninstall io.github.idevecore.Valuta
[OR]
sudo flatpak uninstall io.github.idevecore.Valuta