How to Install and Uninstall liboil-devel.i686 Package on Fedora 39

Last updated: January 19,2025

1. Install "liboil-devel.i686" package

This guide covers the steps necessary to install liboil-devel.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install liboil-devel.i686

2. Uninstall "liboil-devel.i686" package

In this section, we are going to explain the necessary steps to uninstall liboil-devel.i686 on Fedora 39:

$ sudo dnf remove liboil-devel.i686 $ sudo dnf autoremove

3. Information about the liboil-devel.i686 package on Fedora 39

Last metadata expiration check: 0:20:27 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : liboil-devel
Version : 0.3.16
Release : 31.fc39
Architecture : i686
Size : 85 k
Source : liboil-0.3.16-31.fc39.src.rpm
Repository : fedora
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.).