How to Install and Uninstall objfw.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "objfw.x86_64" package

This tutorial shows how to install objfw.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install objfw.x86_64

2. Uninstall "objfw.x86_64" package

Please follow the guidelines below to uninstall objfw.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove objfw.x86_64 $ sudo dnf autoremove

3. Information about the objfw.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:09:33 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : objfw
Version : 1.0.10
Release : 1.el9
Architecture : x86_64
Size : 25 k
Source : objfw-1.0.10-1.el9.src.rpm
Repository : epel
Summary : Portable, lightweight framework for the Objective-C language
URL : https://objfw.nil.im
License : QPL-1.0 OR GPL-3.0-only OR GPL-2.0-only
Description : ObjFW is a portable, lightweight framework for the Objective-C language. It
: enables you to write an application in Objective-C that will run on any
: platform supported by ObjFW without having to worry about differences between
: operating systems or various frameworks you would otherwise need if you want to
: be portable.
:
: It supports all modern Objective-C features when using Clang, but is also
: compatible with GCC ≥ 4.6 to allow maximum portability.
:
: ObjFW also comes with its own lightweight and extremely fast Objective-C
: runtime, which in real world use cases was found to be significantly faster
: than both GNU's and Apple's runtime.