How to Install and Uninstall libobjc4_6 Package on openSUSE Leap

Last updated: September 28,2024

1. Install "libobjc4_6" package

Learn how to install libobjc4_6 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libobjc4_6

2. Uninstall "libobjc4_6" package

This is a short guide on how to uninstall libobjc4_6 on openSUSE Leap:

$ sudo zypper remove libobjc4_6

3. Information about the libobjc4_6 package on openSUSE Leap

Information for package libobjc4_6:
-----------------------------------
Repository : Main Repository
Name : libobjc4_6
Version : 2.1-bp155.3.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 193.9 KiB
Installed : No
Status : not installed
Source package : gnustep-libobjc2-2.1-bp155.3.11.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.