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

Last updated: October 05,2024

1. Install "python3-macholib" package

This tutorial shows how to install python3-macholib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-macholib

2. Uninstall "python3-macholib" package

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

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

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

Package: python3-macholib
Priority: optional
Section: universe/python
Installed-Size: 134
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-macholib
Version: 1.7~dfsg-4
Depends: python3-altgraph, python3:any (>= 3.3.2-2~)
Suggests: python-macholib-doc
Filename: pool/universe/p/python-macholib/python3-macholib_1.7~dfsg-4_all.deb
Size: 26858
MD5sum: 22a29148c264e1936b8f876f5f5a7414
SHA1: 0169788591000724c83814ea2745dfd961ff1601
SHA256: 5b2d9fe4f33ddea135986fac2912b854865eefcf3e1223ecbefaa3b246a95ab7
Description-en: module for Mach-O header analysis and editing (Python 3 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 3.x module.
Description-md5: f927cd8d14dcb15e34e33fb0ce7deeb3
Homepage: https://bitbucket.org/ronaldoussoren/macholib
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu