Categories: Ubuntu

KeePassXC 2.7.7 Released with Passkeys, 1Password & Bitwarden Import

KeePassXC password manager announced the new 2.7.7 release this Sunday! Here are the new features and how to install instruction for Ubuntu.

The new KeePassXC 2.7.7 features official support for Passkeys. It’s a type of login credential, that provides a faster, easier, and more secure ways to login to websites and services without having to enter a password.

image from keepassxc website

The release also added support importing your passwords from 1Password and Bitwarden. There are also better import workflow, improved CSV handling, and the ability to import into an existing database.

Other changes in KeePassXC 2.7.7 include:

  • Detect hardware keys (e.g., Yubikey and OnlyKey) automatically.
  • “I have a key file” option in unlock page.
  • Multiple TOTP fixes, and various other bug-fixes.

How to Install KeePassXC 2.7.7 in Ubuntu

KeePassXC has an official PPA so far supports Ubuntu 20.04, Ubuntu 22.04, Ubuntu 23.10, and Ubuntu 24.04 on amd64 (Intel/AMD CPUs), arm64/armhf (e.g., Raspberry Pi), and riscv64 platforms.

1. First, press Ctrl+Alt+T on keyboard to open terminal and run command to add the PPA:

sudo add-apt-repository ppa:phoerious/keepassxc

Type user password when it asks (no asterisk feedback, just type in mind) and hit Enter to continue.

2. If you have an old version of KeePassXC installed as .deb package, simply launch “Software Updater” or Update Manager to update it to the latest.

Or, run the apt command below in terminal to install the password manager:

sudo apt install keepassxc

NOTE: Linux Mint has to run sudo apt update first to update cache.

For choices, KeePassXC is also available to install as Snap package from Ubuntu Software (App Center), and Flatpak package in Flathub.org, however both run in sandbox. See the official download page for details.

Uninstall KeePassXC

To uninstall the password manager installed as native .deb package, either use Ubuntu Software app or open terminal and run command:

sudo apt remove --autoremove keepassxc

And remove the PPA repository either via ‘Software & Updates‘ tool under ‘Other Software‘ tab,

or command below in terminal:

sudo add-apt-repository --remove ppa:phoerious/keepassxc

That’s all. Enjoy!

The post KeePassXC 2.7.7 Released with Passkeys, 1Password & Bitwarden Import appeared first on Osgrove.

Ubuntu Server Admin

Recent Posts

How to build DORA-ready infrastructure with verifiable provenance and reliable support

The Digital Operational Resilience Act (DORA) came into force across the EU on January 17,…

17 hours ago

Claude on Incus – All the autonomy, securely

Here's claude-on-incus (or coi for short) - a tool for running Claude Code freely in…

20 hours ago

Deploy your Spring Boot application to production

In a previous article, we covered how easy it is to create Spring Boot containers…

2 days ago

Minimal Ubuntu Pro: lean images backed by enterprise-grade security

Deploy Minimal Ubuntu Pro across AWS, Azure, and Google Cloud The security landscape is growing…

3 days ago

Ubuntu 26.04 Will Be Known as ‘Resolute Raccoon’

Canonical has announced “Resolute Raccoon” as the codename for its next Long-Term Support (LTS) release,…

5 days ago

London called, and the world answered: creating a Summit without borders

When we announced that the Ubuntu Summit 25.10 would be a remote event, we knew…

6 days ago