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

Last updated: June 26,2024

1. Install "python-pytyrant" package

In this section, we are going to explain the necessary steps to install python-pytyrant on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pytyrant

2. Uninstall "python-pytyrant" package

Please follow the guidance below to uninstall python-pytyrant on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pytyrant $ sudo apt autoclean && sudo apt autoremove

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

Package: python-pytyrant
Priority: optional
Section: universe/python
Installed-Size: 31
Maintainer: Ubuntu Developers
Original-Maintainer: David Watson
Architecture: amd64
Version: 1.1.17-1.2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-pytyrant/python-pytyrant_1.1.17-1.2_amd64.deb
Size: 6504
MD5sum: 14cc3a4a2b79e2532d5380f630353de9
SHA1: 601e26e0bc764996722c1ac9085b3e8644863dfb
SHA256: 129df178751ca76da6f256a125ed7badb4c1d28d2fa7f986b544655847de7b48
Description-en: Pure Python client implementation of the Tokyo Tyrant protocol
A pure Python client implementation of the binary Tokyo Tyrant
protocol. Tokyo Cabinet is a "super
hyper ultra database manager" written and maintained by Mikio Hirabayashi and
released under the LGPL.
.
Tokyo Tyrant is the de facto database server for Tokyo Cabinet written and
maintained by the same author. It supports a REST HTTP protocol, memcached,
and its own simple binary protocol. This library implements the full binary
protocol for the Tokyo Tyrant 1.1.17 in pure Python as defined here::
.
http://tokyocabinet.sourceforge.net/tyrantdoc/
Description-md5: 0ca6f6b5f0b549d5a574a6c9e5e90478
Homepage: http://code.google.com/p/pytyrant/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu