Versions Compared

Key

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

...

1.1 install perl module

Code Block
languagebash
themeDJango
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


...