Install on Ubuntu 24.04 LTS (Noble Numbat)

Follow these steps to install InvenTree from the stable channel.

Prerequisites

Installation Steps

1. Import the repository GPG key

sudo curl -fsSL "https://packages.openproject.com/srv/deb/inventree/InvenTree/gpg-key.gpg" \
  -o /usr/share/keyrings/InvenTree.gpg
Alternative: Using the ASCII-armored key (requires gnupg)

If you prefer to use the ASCII-armored key format or need to verify the key manually:

curl -fsSL "https://packages.openproject.com/srv/deb/inventree/InvenTree/gpg-key.asc" \
  | gpg --dearmor \
  | sudo tee /usr/share/keyrings/InvenTree.gpg > /dev/null

2. Download the repository configuration

sudo curl -fsSL \
  "https://packages.openproject.com/srv/inventree/InvenTree/stable/installer/ubuntu/24.04.list" \
  -o /etc/apt/sources.list.d/InvenTree.list

Or using wget:

sudo wget \
  -O /etc/apt/sources.list.d/InvenTree.list \
  "https://packages.openproject.com/srv/inventree/InvenTree/stable/installer/ubuntu/24.04.list"

3. Update package index

sudo apt update

4. Install packages

sudo apt install PACKAGE_NAME

Verification

Verify the repository is configured correctly:

apt-cache policy

Available packages

Package Version code Arch Size Built Format
inventree 1.5.2-1787636234.f15e35c.ubuntu24 amd64 25.1 MB 1 hour ago .deb
inventree 1.5.1-1787110321.84052e1.ubuntu24 amd64 82.2 MB 6 days ago .deb
inventree 1.5.0-1786448371.6a6736b.ubuntu24 amd64 82.2 MB 1 week ago .deb
inventree 1.4.4-1786326627.8df20e3.ubuntu24 amd64 81.1 MB 2 weeks ago .deb
inventree 1.4.3-1785322312.6b237de.ubuntu24 amd64 81.1 MB 3 weeks ago .deb
inventree 1.4.2-1784171971.0cd4b66.ubuntu24 amd64 81.2 MB 1 month ago .deb
inventree 1.4.1-1782910093.9793bba.ubuntu24 amd64 81.1 MB 1 month ago .deb
inventree 1.4.0-1782276522.0a9a8b1.ubuntu24 amd64 81.1 MB 2 months ago .deb
inventree 1.3.6-1781819235.f3cc710.ubuntu24 amd64 78.5 MB 2 months ago .deb