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

Last updated: January 11,2025

1. Install "python-construct" package

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

$ sudo apt update $ sudo apt install python-construct

2. Uninstall "python-construct" package

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

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

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

Package: python-construct
Priority: extra
Section: universe/python
Installed-Size: 275
Maintainer: Ubuntu Developers
Original-Maintainer: Jonathan Wiltshire
Architecture: all
Source: construct
Version: 2.5.2-0.1
Provides: python2.7-construct
Depends: python-six, python (>= 2.7), python (<< 2.8)
Filename: pool/universe/c/construct/python-construct_2.5.2-0.1_all.deb
Size: 51670
MD5sum: 9aee166e8ee2d88e3f6015784104267c
SHA1: 4c04976c6b4b1a9a7f866f75b73c666fe8b618b0
SHA256: 81c3b4885e718c4ca022f4a16a803a38d24443a4a77296f02a155d455d8e5f0d
Description-en: powerful declarative parser (and builder) for binary data
Construct is a python library for parsing and building of data structures
(binary or textual).
.
It is based on the concept of defining data structures in a declarative
manner, rather than procedural code: more complex constructs are composed of
a hierarchy of simpler ones. It's the first library that makes parsing
fun, instead of the usual headache it is today.
Description-md5: d2387585dc0207b6e7c725371331f607
Homepage: http://construct.readthedocs.org/en/latest/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu