How to Install and Uninstall liboil-0_3-0 Package on openSuSE Tumbleweed

Last updated: June 23,2024

1. Install "liboil-0_3-0" package

Please follow the guidance below to install liboil-0_3-0 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install liboil-0_3-0

2. Uninstall "liboil-0_3-0" package

Learn how to uninstall liboil-0_3-0 on openSuSE Tumbleweed:

$ sudo zypper remove liboil-0_3-0

3. Information about the liboil-0_3-0 package on openSuSE Tumbleweed

Information for package liboil-0_3-0:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : liboil-0_3-0
Version : 0.3.17-26.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 565.5 KiB
Installed : No
Status : not installed
Source package : liboil-0.3.17-26.9.src
Upstream URL : http://liboil.freedesktop.org/wiki/
Summary : Library of Optimized Inner Loops
Description :
Liboil is a library of functions that are optimized for various
CPUs. These functions are generally loops implementing
algorithms, such as converting an array of N integers to floating-point
numbers or multiplying and summing an array of N numbers. Such
functions are candidates for significant optimization using various
techniques, especially by using extended instructions provided by
modern CPUs (Altivec, MMX, SSE, etc.).