Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Code Block
languagebash
yum install -y perl-Module-Install.noarch

1.2 install libaio 

Code Block
languagebash
yum install -y libaio

For Debian based Linux, e.g. Ubuntu:

1.1 install libaio

Code Block
languagebash
apt-get update
apt-get install libaio1


2. Add hostname into the hosts file:

Code Block
languagebash
echo "127.0.0.1 $(hostname)your-host-name" >> /etc/hosts

3. Execute the command below:

...