KeePassXC is a free and open source secure password manager application for Linux, Windows and MacOS. Using KeePassXC, you can store and manages sensitive information like usernames, passwords, URLs, attachments, notes in a encrypted file. You can store this file in your local or cloud storage.
It comes with 256-bit AES encryption, compatible with KeePass Password Safe formats, offline password manager, KDBX format support, groups, search, password generator, Auto-Type passwords, import from CSV and 1Password, reports, file attachment, history, command-line interface support, also supports Twofish and ChaCha20.
And you can also integrate with your browsers like Google Chrome, Mozilla Firefox, Microsoft Edge, Chromium, Vivaldi, Brave, and Tor-Browser.
Download KeePassXC [Windows, Linux, MacOS]
How to Install KeePassXC Password Manager on Ubuntu Linux
You can install KeePassXC Password Manager via official Ubuntu repository, PPA, snap, flatpak and portable AppImage.
Install KeePassXC via APT:
Open the terminal application (ctrl+alt+t) and run below KeePassXC apt install command. It will install the latest version of KeePassXC on your system.
sudo apt install keepassxc
After the installation you can open it from the applications menu.
Install KeePassXC via PPA:
In the terminal app run below commands one by one. It will add KeePassXC PPA on your system and install it.
sudo add-apt-repository ppa:phoerious/keepassxc
sudo apt update
sudo apt install keepassxc
Install KeePassXC via SNap:
In the terminal sofware run below KeePassXC snap install command. It will install the latest version of KeePassXC.
sudo snap install keepassxc
Install KeePassXC via Flatpak:
First install the latest version of flatpak and flathub on your system and restart it after the installation.
Now in your terminal app run below KeePassXC flatpak install command.
flatpak install flathub org.keepassxc.KeePassXC
After the installation open it using
flatpak run org.keepassxc.KeePassXC
And uninstall it using
sudo flatpak uninstall org.keepassxc.KeePassXC
Install KeePassXC via AppImage:
Download the latest KeePassXC in AppImage file format from the above download link and save it on your Downloads folder. Now in the terminal run below command one by one. Here “KeePassXC-2.7.4-x86_64.AppImage” is the downloaded file name. You can change below command based on your file name.
cd Downloads
sudo chmod +x ~ KeePassXC-2.7.4-x86_64.AppImage
./KeePassXC-2.7.4-x86_64.AppImage
That’s it.