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

Last updated: May 18,2024

1. Install "python-macholib" package

This guide covers the steps necessary to install python-macholib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-macholib

2. Uninstall "python-macholib" package

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

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

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

Package: python-macholib
Priority: optional
Section: universe/python
Installed-Size: 134
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1.7~dfsg-4
Depends: python-altgraph, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-macholib-doc
Filename: pool/universe/p/python-macholib/python-macholib_1.7~dfsg-4_all.deb
Size: 26772
MD5sum: 4abc1f6f59cf3ec3822d53ec74de4c87
SHA1: 1d664f644340d999a852bf3440ba1c899b856bae
SHA256: 619fe8bbc3067867463d0eb2dc332ac0dcf59ab3a7619f942a3fdde52c574310
Description-en: module for Mach-O header analysis and editing (Python 2 interface)
This module can be used to analyze and edit Mach-O headers, the executable
format used by Mac OS X.
It's typically used as a dependency analysis tool, and also to rewrite dylib
references in Mach-O headers to be @executable_path relative.
Though this tool targets a platform specific file format, it is pure Python
code that is platform and endian independent.
.
This package provides the Python 2.x module.
Description-md5: f8dfb0000b1e04a4943646c6bbd9e7d9
Homepage: https://bitbucket.org/ronaldoussoren/macholib
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntustudio-audio