Forgetpass is a simple password generator software for Linux. It is free, open source, and licensed under the GNU General Public License v3.0. Built with Vala, Forgetpass allows you to generate strong passwords without the need to remember them. With Forgetpass, all you need is the name of the website and a simple keyword that is easy for you to recall. The program will automatically generate a secure password for you, and if you need it again in the future, simply enter the same data to retrieve the same password.
How to Install Forgetpass Password Generator on Ubuntu
Forgetpass 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.
Open the terminal software (ctrl+alt+t) and run below Forgetpass flatpak install command. It will install the latest version of Forgetpass on your system.
flatpak install flathub com.github.alexkdeveloper.forgetpass
After the installation open it using below command.
flatpak run com.github.alexkdeveloper.forgetpass
And uninstall Forgetpass using this command.
sudo flatpak uninstall com.github.alexkdeveloper.forgetpass
That’s it.