How to Install and Uninstall orc.x86_64 Package on AlmaLinux 9

Last updated: July 02,2024

1. Install "orc.x86_64" package

Please follow the step by step instructions below to install orc.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install orc.x86_64

2. Uninstall "orc.x86_64" package

This guide covers the steps necessary to uninstall orc.x86_64 on AlmaLinux 9:

$ sudo dnf remove orc.x86_64 $ sudo dnf autoremove

3. Information about the orc.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:10:54 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : orc
Version : 0.4.31
Release : 6.el9
Architecture : x86_64
Size : 183 k
Source : orc-0.4.31-6.el9.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.