How to Install and Uninstall python3-macholib Package on Kali Linux

Last updated: May 13,2024

1. Install "python3-macholib" package

This guide let you learn how to install python3-macholib on Kali Linux

$ sudo apt update $ sudo apt install python3-macholib

2. Uninstall "python3-macholib" package

Please follow the step by step instructions below to uninstall python3-macholib on Kali Linux:

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

3. Information about the python3-macholib package on Kali Linux

Package: python3-macholib
Source: python-macholib
Version: 1.16.3+ds-1
Installed-Size: 153
Maintainer: Debian Python Team
Architecture: all
Depends: python3-altgraph, python3:any
Suggests: python-macholib-doc
Size: 35036
SHA256: 59d175c7938adf8694b3b5cd4fa41b3c10f65bd030478f733972ea72920d2913
SHA1: 3132bbcfef301d01dda1dfcdee9d6287cf30b5e9
MD5sum: 21e8cd53a02076cff434f4259243df19
Description: 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:
Homepage: https://bitbucket.org/ronaldoussoren/macholib
Section: python
Priority: optional
Filename: pool/main/p/python-macholib/python3-macholib_1.16.3+ds-1_all.deb