Community-driven port of the Windows application “KeePass Password Safe”
NOTE: KeePassXC no longer supports this distribution method. Snaps have a lot of bugs across distros, are difficult to maintain, and difficult to keep secure. We recommend switching to the flatpak distribution instead. https://flathub.org/apps/details/org.keepassxc.KeePassXC
KeePassXC is an application for people with extremely high demands on secure
personal data management. It has a light interface, is cross-platform and
published under the terms of the GNU General Public License.
Enable snaps on Raspberry Pi and install keepassxc
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
Enable snapd
On a Raspberry Pi running the latest version of Raspbian snap can be installed directly from the command line:
sudo apt update
sudo apt install snapd
You will also need to reboot your device:
sudo reboot
After this, install the core snap in order to get the latest snapd:
sudo snap install core
Install keepassxc
To install keepassxc, simply use the following command: