Wger is a free and open source fitness tracker application for Linux and Android. Using wger, you can manage your diet plans details, your workouts and weight details. It comes with custom notes, calendar view, photo log, you can also setup your own private server, API to integrate your apps and many more.
How to Install Wger on Ubuntu
Wger is available as a flatpak app from the remote flathub. You can install it using below command.
flatpak install flathub de.wger.flutter
Note: You need flatpak and flathub on your system to install any flatpak app. If you don’t have then install them using below commands and restart your system after the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
After the installation of wger you can open it using below command.
flatpak run de.wger.flutter
And you can also uninstall it using below commands.
flatpak uninstall de.wger.flutter
[OR]
sudo flatpak uninstall de.wger.flutter