Software Installation – How to Install libaio

software installation

I'm trying to install libaio with following command line :

sudo apt-get install libaio

and

sudo apt-get install automake libtool autoconf gcc-g++ gcc libaio libaio-dev make

but both of them doesn't work for me. How do I install libaio?

Best Answer

You need to use libaio1 package, which provides the Linux kernel AIO access library - shared library

To install libaio Use the command

sudo apt-get install libaio1

For more information of libaio look here