How to Install and Uninstall orc.i686 Package on Rocky Linux 8

Last updated: September 21,2024

1. Install "orc.i686" package

In this section, we are going to explain the necessary steps to install orc.i686 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install orc.i686

2. Uninstall "orc.i686" package

This is a short guide on how to uninstall orc.i686 on Rocky Linux 8:

$ sudo dnf remove orc.i686 $ sudo dnf autoremove

3. Information about the orc.i686 package on Rocky Linux 8

Last metadata expiration check: 2:08:31 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : orc
Version : 0.4.28
Release : 3.el8
Architecture : i686
Size : 186 k
Source : orc-0.4.28-3.el8.src.rpm
Repository : appstream
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.