How to Install and Uninstall orc.x86_64 Package on Amazon Linux 2

Last updated: October 05,2024

1. Install "orc.x86_64" package

In this section, we are going to explain the necessary steps to install orc.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install orc.x86_64

2. Uninstall "orc.x86_64" package

Please follow the guidelines below to uninstall orc.x86_64 on Amazon Linux 2:

$ sudo yum remove orc.x86_64 $ sudo yum autoremove

3. Information about the orc.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : orc
Arch : x86_64
Version : 0.4.26
Release : 1.amzn2.0.2
Size : 166 k
Repo : amzn2-core/2/x86_64
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.