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

Last updated: May 04,2024

1. Install "python-bunch" package

Please follow the instructions below to install python-bunch on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-bunch

2. Uninstall "python-bunch" package

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

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

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

Package: python-bunch
Priority: optional
Section: universe/python
Installed-Size: 78
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: bunch
Version: 1.0.1-1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Filename: pool/universe/b/bunch/python-bunch_1.0.1-1_all.deb
Size: 7922
MD5sum: 1cc0f53ca51c6c5fa66385d10cacdbc3
SHA1: fd77a91415f4c94be6ca4a7aadeb20ed0f28c4c1
SHA256: ac3b99eadc0a607b0007c3271882f4cc710fe18332620f51fed4fe787d1369af
Description-en: Dot-accessible Python dictionary (a la JavaScript objects)
Bunch is a subclass of Python's dict that supports attribute-style
access, a la JavaScript.
.
For instance, you can have the following:
>>> b = bunch.bunchify({"foo":"bar"}
>>> b.foo
'bar'
Description-md5: 34e71dc12ab18b7e18a67e823d8ecba8
Homepage: https://github.com/dsc/bunch/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu