How to Install and Uninstall liboil.i686 Package on Fedora 36

Last updated: October 08,2024

1. Install "liboil.i686" package

This guide let you learn how to install liboil.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install liboil.i686

2. Uninstall "liboil.i686" package

Please follow the instructions below to uninstall liboil.i686 on Fedora 36:

$ sudo dnf remove liboil.i686 $ sudo dnf autoremove

3. Information about the liboil.i686 package on Fedora 36

Last metadata expiration check: 4:00:53 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : liboil
Version : 0.3.16
Release : 27.fc36
Architecture : i686
Size : 141 k
Source : liboil-0.3.16-27.fc36.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.).