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

Last updated: November 23,2024

1. Install "python39-macholib" package

In this section, we are going to explain the necessary steps to install python39-macholib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-macholib

2. Uninstall "python39-macholib" package

Please follow the guidance below to uninstall python39-macholib on openSuSE Tumbleweed:

$ sudo zypper remove python39-macholib

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

Information for package python39-macholib:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-macholib
Version : 1.16.3-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 262.3 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.