Install on
Ubuntu 22.04 LTS (Jammy Jellyfish)
Follow these steps to install InvenTree from the 1.3.x channel.
Prerequisites
- Root or sudo access
curlorwgetinstalled
Installation Steps
1. Import the repository GPG key
sudo curl -fsSL "https://go.packager.io/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://go.packager.io/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://go.packager.io/srv/inventree/InvenTree/1.3.x/installer/ubuntu/22.04.list" \
-o /etc/apt/sources.list.d/InvenTree.list
Or using wget:
sudo wget \
-O /etc/apt/sources.list.d/InvenTree.list \
"https://go.packager.io/srv/inventree/InvenTree/1.3.x/installer/ubuntu/22.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.3.6-1781819160.f3cc710.ubuntu22 | amd64 | 78.5 MB | 1 month ago | .deb |
| inventree | 1.3.5-1781140985.d8cac9b.ubuntu22 | amd64 | 78.5 MB | 1 month ago | .deb |
| inventree | 1.3.4-1780823710.0000ff0.ubuntu22 | amd64 | 78.5 MB | 1 month ago | .deb |
| inventree | 1.3.3-1780001593.78527d3.ubuntu22 | amd64 | 78.5 MB | 1 month ago | .deb |
| inventree | 1.3.2-1777975126.a60e85b.ubuntu22 | amd64 | 78.5 MB | 2 months ago | .deb |
| inventree | 1.3.1-1777162542.7b63aa9.ubuntu22 | amd64 | 78.5 MB | 3 months ago | .deb |
| inventree | 1.3.0-1775911103.b422372.ubuntu22 | amd64 | 78.6 MB | 3 months ago | .deb |
| inventree | 1.3.0-1775910130.5aaf1cf.ubuntu22 | amd64 | 78.6 MB | 3 months ago | .deb |