Versions Compared

Key

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

...

In some editions of Linux OS, you might need to install the following dependencies first.

For RPM based Linux, e.g. CentOS, RedHat

Expand

1.1 install perl module

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

1.2 install libaio 

Code Block
themeDJango
yum install -y libaio

1.3 install fonts

Code Block
themeDJango
yum install fontconfig dejavu-sans-fonts dejavu-serif-fonts


For Debian based Linux, e.g. Ubuntu:

Expand

1.1 install libaio 

Code Block
themeDJango
apt-get update
apt-get install libaio1 fontconfig fonts-dejavu


...