How to Install and Uninstall liboil.x86_64 Package on Fedora 35

Last updated: September 21,2024

1. Install "liboil.x86_64" package

This is a short guide on how to install liboil.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install liboil.x86_64

2. Uninstall "liboil.x86_64" package

Here is a brief guide to show you how to uninstall liboil.x86_64 on Fedora 35:

$ sudo dnf remove liboil.x86_64 $ sudo dnf autoremove

3. Information about the liboil.x86_64 package on Fedora 35

Last metadata expiration check: 4:39:57 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : liboil
Version : 0.3.16
Release : 26.fc35
Architecture : x86_64
Size : 138 k
Source : liboil-0.3.16-26.fc35.src.rpm
Repository : fedora
Summary : Library of Optimized Inner Loops, CPU optimized functions
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.).