How to Install and Uninstall libaio1 Package on openSUSE Leap

Last updated: May 11,2024

1. Install "libaio1" package

This guide covers the steps necessary to install libaio1 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libaio1

2. Uninstall "libaio1" package

This guide let you learn how to uninstall libaio1 on openSUSE Leap:

$ sudo zypper remove libaio1

3. Information about the libaio1 package on openSUSE Leap

Information for package libaio1:
--------------------------------
Repository : Main Repository
Name : libaio1
Version : 0.3.109-1.25
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 31.5 KiB
Installed : No
Status : not installed
Source package : libaio-0.3.109-1.25.src
Upstream URL : http://kernel.org/pub/linux/libs/aio/
Summary : Linux-Native Asynchronous I/O Access Library
Description :
The Linux-native asynchronous I/O facility ("async I/O", or "aio") has
a richer API and capability set than the simple POSIX async I/O
facility. This library provides the Linux-native API for async I/O. The
POSIX async I/O facility requires this library to provide
kernel-accelerated async I/O capabilities, as do applications that
require the Linux-native async I/O API.