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

Last updated: September 27,2024

1. Install "python36-macholib" package

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

$ sudo zypper refresh $ sudo zypper install python36-macholib

2. Uninstall "python36-macholib" package

Here is a brief guide to show you how to uninstall python36-macholib on openSuSE Tumbleweed:

$ sudo zypper remove python36-macholib

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

Information for package python36-macholib:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-macholib
Version : 1.14-2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 333,3 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.