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

Last updated: July 06,2024

1. Install "python3-construct" package

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

$ sudo apt update $ sudo apt install python3-construct

2. Uninstall "python3-construct" package

Please follow the step by step instructions below to uninstall python3-construct on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-construct
Priority: extra
Section: universe/python
Installed-Size: 269
Maintainer: Ubuntu Developers
Original-Maintainer: Jonathan Wiltshire
Architecture: all
Source: construct
Version: 2.5.2-0.1
Depends: python3-six, python3:any (>= 3.3.2-2~)
Filename: pool/universe/c/construct/python3-construct_2.5.2-0.1_all.deb
Size: 51200
MD5sum: f3cb6b3535070b2c7d44df8c0e5fb8b9
SHA1: 4dd3c36ee79e8f782a7bc398262148dedefbce96
SHA256: 81a56f97a024fff3ff585bcab59724dd31973772be051f1ae4d0c9db5bd4cb5b
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