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

Last updated: May 17,2024

1. Install "liboil.i686" package

Please follow the guidance below to install liboil.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install liboil.i686

2. Uninstall "liboil.i686" package

Please follow the step by step instructions below to uninstall liboil.i686 on Fedora 34:

$ sudo dnf remove liboil.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:22:05 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : liboil
Version : 0.3.16
Release : 25.fc34
Architecture : i686
Size : 142 k
Source : liboil-0.3.16-25.fc34.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.).