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

Last updated: September 21,2024

1. Install "libobjc2.x86_64" package

Please follow the step by step instructions below to install libobjc2.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install libobjc2.x86_64

2. Uninstall "libobjc2.x86_64" package

Here is a brief guide to show you how to uninstall libobjc2.x86_64 on Fedora 39:

$ sudo dnf remove libobjc2.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:46:19 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : libobjc2
Version : 2.1
Release : 7.fc39
Architecture : x86_64
Size : 92 k
Source : libobjc2-2.1-7.fc39.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.