How to Install and Uninstall python3-keyring Package on Kali Linux

Last updated: May 21,2024

1. Install "python3-keyring" package

This guide let you learn how to install python3-keyring on Kali Linux

$ sudo apt update $ sudo apt install python3-keyring

2. Uninstall "python3-keyring" package

This is a short guide on how to uninstall python3-keyring on Kali Linux:

$ sudo apt remove python3-keyring $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-keyring package on Kali Linux

Package: python3-keyring
Source: python-keyring
Version: 24.3.1-1
Installed-Size: 169
Maintainer: Debian Python Team
Architecture: all
Depends: python3-importlib-metadata (>= 4.11.4), python3-jaraco.classes, python3-jeepney (>= 0.4.2), python3-secretstorage (>= 3.2), python3-importlib-resources | python3-supported-min (>= 3.9), python3:any
Suggests: gir1.2-secret-1, gnome-keyring, libkf5wallet-bin, python3-dbus, python3-gi, python3-keyrings.alt, python3-shtab (>= 1.1.0)
Size: 53780
SHA256: 9e2f75e9e00520ff3083e9af6dcc5907dc1de8d909b7888332c43583a06dd684
SHA1: 85f367121631b0c0d1b2e7a81136cdc4a3dc2483
MD5sum: 4808fb5ab73dde43106cf84443442770
Description: store and access your passwords safely
The Python keyring library provides an easy way to access the system
keyring service (e.g Gnome-Keyring, KWallet) from Python.
It can be used in any application that needs safe password storage.
Description-md5:
Homepage: https://github.com/jaraco/keyring
Section: python
Priority: optional
Filename: pool/main/p/python-keyring/python3-keyring_24.3.1-1_all.deb