How to Install libaio-dev in Ubuntu 18.04



Install libaio-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libaio-dev

Description:

Linux kernel AIO access library - development files

This library enables userspace to use Linux kernel asynchronous I/O system calls, important for the performance of databases and other advanced applications. . This package contains the static library and the header files.

Homepage: https://pagure.io/libaio

Version: 0.3.110-5

Section: libdevel