How to Install and Uninstall python3-macholib Package on openSUSE Leap

Last updated: July 06,2024

1. Install "python3-macholib" package

Please follow the guidance below to install python3-macholib on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-macholib

2. Uninstall "python3-macholib" package

Please follow the guidelines below to uninstall python3-macholib on openSUSE Leap:

$ sudo zypper remove python3-macholib

3. Information about the python3-macholib package on openSUSE Leap

Information for package python3-macholib:
-----------------------------------------
Repository : Main Repository
Name : python3-macholib
Version : 1.11-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 312.5 KiB
Installed : No
Status : not installed
Source package : python-macholib-1.11-bp155.2.9.src
Upstream URL : http://bitbucket.org/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.