Your IP-address is: 3.236.237.61 this Sunday 24, Sep 2023, 00:39:23

Latest News

  • Falkon Web Browser For Linux

    Falkon Web Browser For Linux

    Falkon Web Browser For Linux. Falkon web browser is actually a KDE web browser using QtWebEngine rendering engine, previously known as QupZilla.

Published content

KeePassXC Password Manager For Linux

KeePassXC Password Manager For Linux project started as a community fork of KeePassX.

It is built using Qt5 libraries, making it a multi-platform application which can be run on Linux, Windows, and macOS. KeePassXC uses the KeePass 2.x password database format as the native format.

Basically, if you have a bunch of passwords, for different sites, banks etc, this tool comes in handy. You just need to remember one password to open up the KeePassXC and access the password you need.

Linux Memory Protection:

The program prevents the use of ptrace and generation of core dumps. This prevents anyone, except the root user, from accessing the memory of the process.

Due to the significant variety in different Linux distributions, we encourage you to ensure the kernel is compiled and run with sufficient protections to process memory.

The Snap and Flatpak distributions of KeePassXC run in their own sandbox (on Debian / Ubuntu) which significantly increases their memory security.

The AppImage distribution can be further secured by running it in FireJail. If you are concerned with memory attacks, we recommend using these distributions.

KeePassXC Version 2.7.4.

For Debian 11 or LMDE5 there are 3 alternatives:

AppImage, Snap or the repository.

License: GNU/GPLv2

How to install via SNAP ( Requires Snapd installed):

sudo snap install keepassxc

Press Enter and enter your password.

Then just wait for it to complete, done.


If you prefer the AppImage, you can download it here.

Open a terminal window:

cd Downloads

Press Enter, then if you want to run the software from Downloads, just make it executable. Or move it to another folder.

Type the following command:

chmod +x KeePassXC-2.7.4-x86_64.AppImage

Press Enter,

Then to run the app:

./KeePassXC-2.7.4-x86_64.AppImage

Press Enter and your up and running,


Third option:

is the simplest one, but also gives you the oldest version: 2.6.2.

Your choice of course.

How to install via a terminal window:

sudo apt-get install keepassxc

Press Enter, done.

Developers website

Top