gnome-keyring
GNOME keyring services (daemon and tools)
Install
- All systems
-
curl cmd.cat/gnome-keyring.sh
- Debian
-
apt-get install gnome-keyring
- Ubuntu
-
apt-get install gnome-keyring
- Alpine
-
apk add gnome-keyring
- Arch Linux
-
pacman -S gnome-keyring
- Kali Linux
-
apt-get install gnome-keyring
- CentOS
-
yum install gnome-keyring
- Fedora
-
dnf install gnome-keyring
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gnome-keyring
- Raspbian
-
apt-get install gnome-keyring
- Dockerfile
- dockerfile.run/gnome-keyring
- Docker
-
docker run cmd.cat/gnome-keyring gnome-keyring
powered by Commando
gnome-keyring
GNOME keyring services (daemon and tools)
gnome-keyring is a daemon in the session, similar to ssh-agent, and other applications can use it to store passwords and other sensitive information. The program can manage several keyrings, each with its own master password, and there is also a session keyring which is never stored to disk, but forgotten when the session ends.