Ubuntu Focal 20.04 64 bits

Installation instructions

wget -qO- https://dl.packager.io/srv/StormTrooper/InvenTree/key | sudo apt-key add -
sudo wget -O /etc/apt/sources.list.d/inventree.list \
  https://dl.packager.io/srv/StormTrooper/InvenTree/ubuntu-24.04/installer/ubuntu/20.04.repo
sudo apt-get update
sudo apt-get install inven-tree

Note: You might need to apt-get install wget apt-transport-https for the above instructions to work.