Install python-buzhug
Installing python-buzhug package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-buzhug
python-buzhug package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-buzhug |
version | 1.8-3 |
description | pure-Python database engine, using a Pythonic, no-SQL syntax |
subsection | python |
website | buzhug.sourceforge.net |
maintainer | Debian Python Modules Team |
Uninstall python-buzhug
To remove just python-buzhug package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-buzhug
Uninstall python-buzhug and it’s dependent packages
To remove the python-buzhug package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-buzhug
Purging python-buzhug
If you also want to delete configuration and/or data files of python-buzhug from Debian Sid then this will work:
sudo apt-get purge python-buzhug
To delete configuration and/or data files of python-buzhug and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-buzhug