Install on
Ubuntu 22.04 LTS (Jammy Jellyfish)
Follow these steps to install openproject from the stable/16 channel.
Prerequisites
- Root or sudo access
curlorwgetinstalled
Installation Steps
1. Import the repository GPG key
sudo curl -fsSL "https://packages.openproject.com/srv/deb/opf/openproject/gpg-key.gpg" \
-o /usr/share/keyrings/openproject.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/opf/openproject/gpg-key.asc" \
| gpg --dearmor \
| sudo tee /usr/share/keyrings/openproject.gpg > /dev/null
2. Download the repository configuration
sudo curl -fsSL \
"https://packages.openproject.com/srv/opf/openproject/stable/16/installer/ubuntu/22.04.list" \
-o /etc/apt/sources.list.d/openproject.list
Or using wget:
sudo wget \
-O /etc/apt/sources.list.d/openproject.list \
"https://packages.openproject.com/srv/opf/openproject/stable/16/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 |
|---|---|---|---|---|---|
| openproject | 16.6.10-1774939685.53daf3c.ubuntu22 | amd64 | 472.5 MB | 3 months ago | .deb |
| openproject | 16.6.9-1773655718.494c7a7.ubuntu22 | amd64 | 472.2 MB | 4 months ago | .deb |
| openproject | 16.6.8-1771419167.badbe3d.ubuntu22 | amd64 | 472.3 MB | 4 months ago | .deb |
| openproject | 16.6.7-1770366795.30b5d2d.ubuntu22 | amd64 | 472.3 MB | 5 months ago | .deb |
| openproject | 16.6.6-1769507935.319164a.ubuntu22 | amd64 | 472.3 MB | 5 months ago | .deb |
| openproject | 16.6.5-1768557182.99112f3.ubuntu22 | amd64 | 472.3 MB | 6 months ago | .deb |
| openproject | 16.6.4-1767877337.e7fc1ef.ubuntu22 | amd64 | 472.3 MB | 6 months ago | .deb |
| openproject | 16.6.2-1764670618.9448e4d.ubuntu22 | amd64 | 472.3 MB | 7 months ago | .deb |
| openproject | 16.6.1-1763039698.f76b26a.ubuntu22 | amd64 | 472.3 MB | 8 months ago | .deb |
| openproject | 16.6.0-1762343611.f329392.ubuntu22 | amd64 | 472.3 MB | 8 months ago | .deb |
| openproject | 16.6.0-1762335369.69494f5.ubuntu22 | amd64 | 472.3 MB | 8 months ago | .deb |