Ubuntu Focal 20.04 64 bits

Installation instructions

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

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

Be advised that currently only Debian 11 and Ubuntu 20.04 are supported.

More details can be found at https://docs.inventree.org/en/latest/start/installer/ .