How to Install and Uninstall python312-macholib Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python312-macholib" package

Please follow the steps below to install python312-macholib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-macholib

2. Uninstall "python312-macholib" package

This tutorial shows how to uninstall python312-macholib on openSuSE Tumbleweed:

$ sudo zypper remove python312-macholib

3. Information about the python312-macholib package on openSuSE Tumbleweed

Information for package python312-macholib:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-macholib
Version : 1.16.3-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 323.9 KiB
Installed : No
Status : not installed
Source package : python-macholib-1.16.3-1.2.src
Upstream URL : https://github.com/ronaldoussoren/macholib/
Summary : Mach-O header analysis and editing
Description :
macholib 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.