Versions Compared

Key

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

...

Code Block
languagebash
themeDJango
yum install -y perl-Module-Install.noarch libaio fontconfig dejavu-sans-fonts dejavu-serif-fonts
# or
dnf install -y perl-Module-Install.noarch libaio fontconfig dejavu-sans-fonts dejavu-serif-fonts
Debian - Ubuntu

For Debian based Linux, e.g. Ubuntu:

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

Add hostname into the hosts file:

...