How to Install and Uninstall liboil-devel.x86_64 Package on Amazon Linux 2

Last updated: May 15,2024

1. Install "liboil-devel.x86_64" package

Please follow the steps below to install liboil-devel.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install liboil-devel.x86_64

2. Uninstall "liboil-devel.x86_64" package

This guide let you learn how to uninstall liboil-devel.x86_64 on Amazon Linux 2:

$ sudo yum remove liboil-devel.x86_64 $ sudo yum autoremove

3. Information about the liboil-devel.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : liboil-devel
Arch : x86_64
Version : 0.3.16
Release : 10.amzn2.0.2
Size : 80 k
Repo : amzn2-core/2/x86_64
Summary : Development files and static library for liboil
URL : http://liboil.freedesktop.org/
License : BSD
Description : Liboil is a library of simple functions that are optimized for
: various CPUs. These functions are generally loops implementing
: simple algorithms, such as converting an array of N integers to
: floating-poing numbers or multiplying and summing an array of N
: numbers. Clearly such functions are candidates for significant
: optimization using various techniques, especially by using
: extended instructions provided by modern CPUs (Altivec, MMX, SSE,
: etc.).