1 If your Chromebook supports Crostini you will need to install the following 2 packages: 3 4 sudo apt install build-essential 5 sudo apt install autoconf 6 7 --------- 8 Afterwards go to the main pacpl director and do the following: 9 --------- 10 11 cd extra/ 12 sh mod-install-debian.sh 13 cd .. 14 autoconf 15 ./configure --prefix=/usr --sysconfdir=/etc 16 make 17 sudo make install