Help to install xtb module

Download the official binary

Follow these steps:

mkdir ~/tools/xtb
cd ~/tools/xtb
wget https://github.com/grimme-lab/xtb/releases/download/v6.6.0/xtb-6.6.0-linux-x86_64.tar.xz

Extract it

Make the following modification to the source code:

tar -xf xtb-6.6.0-linux-x86_64.tar.xz

Add to PATH

Optional but convenient (if you use bash):

echo 'export PATH=$HOME/programs/xtb/xtb-6.6.0/bin:$PATH' >> ~/.bashrc
source ~/.bashrc

Sanity check

Check to see if it is succesfully installed:

which xtb