How to Install and Uninstall libobjc4_6 Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "libobjc4_6" package

Please follow the guidance below to install libobjc4_6 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libobjc4_6

2. Uninstall "libobjc4_6" package

Learn how to uninstall libobjc4_6 on openSuSE Tumbleweed:

$ sudo zypper remove libobjc4_6

3. Information about the libobjc4_6 package on openSuSE Tumbleweed

Information for package libobjc4_6:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libobjc4_6
Version : 2.1-2.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 193.8 KiB
Installed : No
Status : not installed
Source package : gnustep-libobjc2-2.1-2.7.src
Upstream URL : https://github.com/gnustep/libobjc2
Summary : GNUstep Objective-C Runtime
Description :
The GNUstep Objective-C runtime is designed as a drop-in replacement for the
GCC runtime. It supports both a legacy and a modern ABI, allowing code
compiled with old versions of GCC to be supported without requiring
recompilation. The modern ABI adds the following features:
- Non-fragile instance variables.
- Protocol uniquing.
- Object planes support.
- Declared property introspection.