Moneta is a free and open source currency exchange rate application for Linux. Using Moneta you can view and monitor currency exchange rates in your desktop. It supports more than 17 currency types. It is released under GNU General Public License v3.0 and written Vala. It updates the currency rates every hour and shows whether the rate has increased or decreased compared to previous day.
Install Moneta on Ubuntu Linux
Moneta is available as a flatpak package from flathub. You can install it via the command-line terminal application. But first you need to install flatpak and flathub on your system. If you don’t have then install these from below link and restart your system after the installation.
Install flatpak and flathub on Ubuntu Linux
Open terminal app (ctrl+alt+t) and run below Moneta flatpak installation command.
flatpak install flathub com.github.matfantinel.moneta
After the installation run Moneta via below command.
flatpak run com.github.matfantinel.moneta
You can also uninstall it via
sudo flatpak uninstall com.github.matfantinel.moneta
That’s it.