How to Install and Uninstall python3-keyrings.alt Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 22,2024

1. Install "python3-keyrings.alt" package

Please follow the steps below to install python3-keyrings.alt on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-keyrings.alt

2. Uninstall "python3-keyrings.alt" package

Please follow the instructions below to uninstall python3-keyrings.alt on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-keyrings.alt $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-keyrings.alt package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-keyrings.alt
Priority: optional
Section: universe/python
Installed-Size: 83
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: keyrings.alt
Version: 1.1.1-1
Depends: python3-crypto, python3:any (>= 3.3.2-2~)
Suggests: gir1.2-gnomekeyring-1.0, python3-gi, python3-pykde4
Filename: pool/universe/k/keyrings.alt/python3-keyrings.alt_1.1.1-1_all.deb
Size: 15296
MD5sum: e3a471854ab233c980e80da50d656a43
SHA1: f4d3171293da28f768d8b9cdf4c5384cfc09c7ab
SHA256: 78b5e7259be1f54b8d1cff39edcb5eadae60fea096d9a3771f5c80e52238fa06
Description-en: alternate backend implementations for python3-keyring
The Python keyring library provides an easy way to access the system keyring
service from Python. It can be used in any application that needs safe
password storage.
.
Keyrings.alt module contains the alternate keyring backend implementations
for use with python-keyring, most importantly the file backend which does
not need any external services to work.
.
This package contains the Python 3 version of keyrings.alt.
Description-md5: 89a5bd02fbdf299cb844685a90905229
Homepage: https://github.com/jaraco/keyrings.alt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu