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

Last updated: May 18,2024

1. Install "python38-macholib" package

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

$ sudo zypper refresh $ sudo zypper install python38-macholib

2. Uninstall "python38-macholib" package

Please follow the guidelines below to uninstall python38-macholib on openSuSE Tumbleweed:

$ sudo zypper remove python38-macholib

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

Information for package python38-macholib:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-macholib
Version : 1.14-2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 333,6 KiB
Installed : No
Status : not installed
Source package : python-macholib-1.14-2.8.src
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.