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

Last updated: October 06,2024

1. Install "orc.i686" package

Please follow the guidance below to install orc.i686 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install orc.i686

2. Uninstall "orc.i686" package

Here is a brief guide to show you how to uninstall orc.i686 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove orc.i686 $ sudo dnf autoremove

3. Information about the orc.i686 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:59:11 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : orc
Version : 0.4.31
Release : 6.el9
Architecture : i686
Size : 198 k
Source : orc-0.4.31-6.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : The Oil Run-time Compiler
URL : http://cgit.freedesktop.org/gstreamer/orc/
License : BSD
Description : Orc is a library and set of tools for compiling and executing
: very simple programs that operate on arrays of data. The "language"
: is a generic assembly language that represents many of the features
: available in SIMD architectures, including saturated addition and
: subtraction, and many arithmetic operations.