How to Convert Between Currencies in Linux Using Valuta

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.

Valuta

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.

Install flatpak and flathub

Also Read:  Li-Ri Fun Arcade Game

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
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply