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

Last updated: May 19,2024

1. Install "python-hachoir-core" package

This tutorial shows how to install python-hachoir-core on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-hachoir-core

2. Uninstall "python-hachoir-core" package

This tutorial shows how to uninstall python-hachoir-core on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-hachoir-core $ sudo apt autoclean && sudo apt autoremove

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

Package: python-hachoir-core
Priority: optional
Section: universe/python
Installed-Size: 293
Maintainer: Ubuntu Developers
Original-Maintainer: Michel Casabona
Architecture: all
Source: hachoir-core
Version: 1.3.3-4
Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8)
Suggests: python-hachoir-parser, python-hachoir-urwid, python-hachoir-metadata, python-profiler
Filename: pool/universe/h/hachoir-core/python-hachoir-core_1.3.3-4_all.deb
Size: 78066
MD5sum: 371246527b9677a44e30616964dab355
SHA1: 24298d97765789799a2d67981144ed469b617946
SHA256: e69afd2c71eafb0ac3bf5f6fc1b10d16e7bab40c04a66bd2680378896c53d431
Description-en: Core of Hachoir framework: parse and edit binary files
Hachoir is a Python library used to represent of a binary file as a tree of
Python objects. Each object has a type, a value, an address, etc. The goal is
to be able to know the meaning of each bit in a file.
.
Why using slow Python code instead of fast hardcoded C code? Hachoir has many
interesting features:
* Autofix: Hachoir is able to open invalid / truncated files
* Lazy: Open a file is very fast since no information is read from file,
data are read and/or computed when the user ask for it
* Types: Hachoir has many predefined field types (integer, bit, string, etc.)
and supports string with charset (ISO-8859-1, UTF-8, UTF-16, ...)
* Addresses and sizes are stored in bit, so flags are stored as classic fields
* Endian: You have to set endian once, and then number are converted in the
right endian
* Editor: Using Hachoir representation of data, you can edit, insert, remove
data and then save in a new file.
Description-md5: 624afbdf5fc3da901c80b8b78c5976c6
Homepage: http://bitbucket.org/haypo/hachoir/wiki/hachoir-core
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntustudio-photography