Versions Compared

Key

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

...

For Debian based Linux, e.g. Ubuntu:

Expand


1.1 install libaio 

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


For Ubuntu 24.04

1.1 install libaio 
Expand


Code Block
themeDJango
sudo apt-get update
curl -O http://launchpadlibrarian.net/646633572/libaio1_0.3.113-4_amd64.deb
sudo dpkg -i libaio1_0.3.113-4_amd64.deb
sudo apt-get install libaio1 fontconfig fonts-dejavu


...