How to Install and Uninstall liboil-devel.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "liboil-devel.x86_64" package

Please follow the instructions below to install liboil-devel.x86_64 on Fedora 34

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

2. Uninstall "liboil-devel.x86_64" package

This tutorial shows how to uninstall liboil-devel.x86_64 on Fedora 34:

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

3. Information about the liboil-devel.x86_64 package on Fedora 34

Last metadata expiration check: 1:00:40 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : liboil-devel
Version : 0.3.16
Release : 25.fc34
Architecture : x86_64
Size : 76 k
Source : liboil-0.3.16-25.fc34.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.).