How to Install and Uninstall orc.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "orc.src" package

Please follow the instructions below to install orc.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install orc.src

2. Uninstall "orc.src" package

This guide covers the steps necessary to uninstall orc.src on Oracle Linux 9:

$ sudo dnf remove orc.src $ sudo dnf autoremove

3. Information about the orc.src package on Oracle Linux 9

Last metadata expiration check: 1:20:29 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : orc
Version : 0.4.31
Release : 6.el9
Architecture : src
Size : 186 k
Source : None
Repository : ol9_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.