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

Last updated: May 20,2024

1. Install "orc.src" package

This tutorial shows how to install orc.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install orc.src

2. Uninstall "orc.src" package

Please follow the guidance below to uninstall orc.src on Oracle Linux 8:

$ sudo dnf remove orc.src $ sudo dnf autoremove

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

Last metadata expiration check: 3:51:58 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : orc
Version : 0.4.28
Release : 3.el8
Architecture : src
Size : 477 k
Source : None
Repository : ol8_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.