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

Last updated: September 20,2024

1. Install "python-keyrings.alt" package

This is a short guide on how to install python-keyrings.alt on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-keyrings.alt" package

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

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

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

Package: python-keyrings.alt
Priority: optional
Section: universe/python
Installed-Size: 87
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: keyrings.alt
Version: 1.1.1-1
Depends: python-crypto, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: gir1.2-gnomekeyring-1.0, python-fs, python-gdata, python-gi, python-kde4, python-keyczar
Filename: pool/universe/k/keyrings.alt/python-keyrings.alt_1.1.1-1_all.deb
Size: 15378
MD5sum: 1afa4e64bcb33e059f8a9b9ca07a3f10
SHA1: 38607041599cac11874c58001166b99a37537251
SHA256: 288b9f59573f88caaa5f32a4248bb831e6c4e002feaef04aab7f973ee0f2add8
Description-en: alternate backend implementations for python-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 2 version of keyrings.alt.
Description-md5: 2cb6f31b3c8873953457f1a54f83eee2
Homepage: https://github.com/jaraco/keyrings.alt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu