GNOME Power Statistics is a free and open source power manager app for Linux. It provide users with comprehensive insights into power usage on their systems. This utility offers a user-friendly interface, allowing users to monitor both present and historical battery usage alongside related statistical data. Originally an integral component of GNOME Power Manager, GNOME Power Statistics retained its significance by evolving into a standalone program even after other functionalities were merged into gnome-settings-daemon.
How to Install GNOME Power Statistics on Ubuntu
To install GNOME Power Statistics on your system, first install flatpak and flathub on your system and restart it after the installation. Follow below commands for flatpak and flathub installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
After that open the terminal app and run below GNOME Power Statistics app using below command.
flatpak install flathub org.gnome.PowerStats
And open it using below command.
flatpak run org.gnome.PowerStats
And uninstall it using below command.
flatpak uninstall org.gnome.PowerStats
[OR]
sudo flatpak uninstall org.gnome.PowerStats