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

Last updated: May 18,2024

1. Install "python-buzhug" package

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

$ sudo apt update $ sudo apt install python-buzhug

2. Uninstall "python-buzhug" package

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

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

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

Package: python-buzhug
Priority: optional
Section: universe/python
Installed-Size: 111
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1.8-3
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-buzhug/python-buzhug_1.8-3_all.deb
Size: 24346
MD5sum: abc568e00d621240f5a3b4e32d487649
SHA1: 9d9ec9a4c2494da6080c43dd13462d10fb91298d
SHA256: 91049bae690df7152f9b265bc0e895f98652296948894cc549805f3cde41efce
Description-en: pure-Python database engine, using a Pythonic, no-SQL syntax
Buzhug is a fast, pure-Python database engine, using a syntax that Python
programmers should find very intuitive.
.
The data is stored and accessed on disk (it is not an in-memory database);
the implementation has been designed to make all operations, and especially
selection, as fast as possible with an interpreted language.
.
The database is implemented as a Python iterator, yielding objects whose
attributes are the fields defined when the base is created ; therefore,
requests can be expressed as list comprehensions or generator expressions,
instead of SQL queries.
Description-md5: 3a1ccc5b8f09170ad8554e60f05a047e
Homepage: http://buzhug.sourceforge.net/
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu