StarryDex is a free and open source Pokédex Application for Linux. It uses PokeApi and it’s resources. It is a simple and easy to use application with offline support after initial data download. You can search and view every pokemon details like Types, Weight, Height, Stats, Abilities as well as Encounter Details. It is written in Rust and released under GNU General Public License.
How to Install StarryDex on Ubuntu
StarryDex is available as a flatpak app from the remote flathub store. If you don’t have then first install flatpak and flathub on your system and restart it after the installation. Follow below link for the installation instructions.
Install flatpak and flathub on Ubuntu
After that open the terminal application and run below StarryDex flatpak install command. It will install the latest StarryDex on your system.
flatpak install flathub dev.mariinkys.StarryDex
You can open StarryDex using below command.
flatpak run dev.mariinkys.StarryDex
And uninstall it using below commands.
flatpak uninstall dev.mariinkys.StarryDex
[OR]
sudo flatpak uninstall dev.mariinkys.StarryDex