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

Last updated: May 19,2024

1. Install "python-hachoir-metadata" package

Learn how to install python-hachoir-metadata on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-hachoir-metadata" package

This is a short guide on how to uninstall python-hachoir-metadata on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-hachoir-metadata
Priority: optional
Section: universe/python
Installed-Size: 215
Maintainer: Ubuntu Developers
Original-Maintainer: Michel Casabona
Architecture: all
Source: hachoir-metadata
Version: 1.3.3-2
Depends: python, python:any (>= 2.7.5-5~), python:any (<< 2.8), python-hachoir-parser (>= 1.3)
Suggests: python-profiler, python-qt4, python-gtk2
Filename: pool/universe/h/hachoir-metadata/python-hachoir-metadata_1.3.3-2_all.deb
Size: 38290
MD5sum: 33cd346387ecf9a759d7f368c1e55940
SHA1: a0e117238d3fdfecc900f044ca22c8721ce988c9
SHA256: 3c58c94854acd642ca072109228dcf197c4bcc1e667c516093ed042996238fd3
Description-en: Program to extract metadata using Hachoir library
hachoir-metadata extracts metadata from multimedia files: music, picture,
video, but also archives. It supports most common file formats:
* Archives: bzip2, gzip, zip, tar
* Audio: MPEG audio ("MP3"), WAV, Sun/NeXT audio, Ogg/Vorbis (OGG), MIDI,
AIFF, AIFC, Real audio (RA)
* Image: BMP, CUR, EMF, ICO, GIF, JPEG, PCX, PNG, TGA, TIFF, WMF, XCF
* Video: ASF format (WMV video), AVI, Matroska (MKV), Quicktime (MOV),
Ogg/Theora, Real media (RM)
.
It tries to give as much information as possible. For some file formats,
it gives really more information than libextractor for example. RIFF parser
is really good for example, it can extract creation date, software used to
generate the file, etc. But hachoir-metadata can not guess information. The
most complex operation is just to compute duration of a music using frame size
and file size.
.
hachoir-metadata has three modes:
* classic mode: extract metadata, you can use --level=LEVEL to limit quantity
of information to display (and not to extract)
* --type: show on one line the file format and most important information
* --mime: just display file MIME type
.
The command 'hachoir-metadata --mime' works like 'file --mime',
and 'hachoir-metadata --type' like 'file'. But today file command supports
more file formats then hachoir-metadata.
Description-md5: 3a57b76de525e3b7b76bf7021013eaf1
Homepage: http://bitbucket.org/haypo/hachoir/wiki/hachoir-metadata
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntustudio-photography