How to Install and Uninstall libobjc2.x86_64 Package on Fedora 36

Last updated: September 23,2024

1. Install "libobjc2.x86_64" package

Please follow the guidance below to install libobjc2.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install libobjc2.x86_64

2. Uninstall "libobjc2.x86_64" package

Please follow the guidelines below to uninstall libobjc2.x86_64 on Fedora 36:

$ sudo dnf remove libobjc2.x86_64 $ sudo dnf autoremove

3. Information about the libobjc2.x86_64 package on Fedora 36

Last metadata expiration check: 1:52:42 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : libobjc2
Version : 2.1
Release : 4.fc36
Architecture : x86_64
Size : 90 k
Source : libobjc2-2.1-4.fc36.src.rpm
Repository : fedora
Summary : GNUstep Objective-C runtime library
URL : https://github.com/gnustep/libobjc2
License : GPLv2
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.
:
: Both ABIs support the following feature above and beyond the GCC runtime:
:
: * The modern Objective-C runtime APIs, introduced with OS X 10.5.
: * Blocks (closures).
: * Low memory profile for platforms where memory usage is more important than
: speed.
: * Synthesised property accessors.
: * Efficient support for @synchronized()
: * Type-dependent dispatch, eliminating stack corruption from mismatched
: selectors.
: * Support for the associated reference APIs introduced with Mac OS X 10.6.
: * Support for the automatic reference counting APIs introduced with Mac OS X
: 10.