Install on
Ubuntu 22.04 LTS (Jammy Jellyfish)
Follow these steps to install openproject from the release/16.6 channel.
Prerequisites
- Root or sudo access
curlorwgetinstalled
Installation Steps
1. Import the repository GPG key
sudo curl -fsSL "https://go.packager.io/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://go.packager.io/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://go.packager.io/srv/opf/openproject/release/16.6/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://go.packager.io/srv/opf/openproject/release/16.6/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-1774855402.d0aa47d.ubuntu22 | amd64 | 472.5 MB | 3 months ago | .deb |
| openproject | 16.6.10-1773666753.e03f0d3.ubuntu22 | amd64 | 472.2 MB | 4 months ago | .deb |
| openproject | 16.6.9-1773653211.7139480.ubuntu22 | amd64 | 472.2 MB | 4 months ago | .deb |
| openproject | 16.6.8-1771417846.6dacd4d.ubuntu22 | amd64 | 472.3 MB | 5 months ago | .deb |
| openproject | 16.6.8-1771271764.a974463.ubuntu22 | amd64 | 472.3 MB | 5 months ago | .deb |
| openproject | 16.6.8-1770366745.4561aef.ubuntu22 | amd64 | 472.4 MB | 5 months ago | .deb |
| openproject | 16.6.7-1770023915.2d1d369.ubuntu22 | amd64 | 472.3 MB | 5 months ago | .deb |
| openproject | 16.6.6-1769507213.80eb67f.ubuntu22 | amd64 | 472.3 MB | 6 months ago | .deb |
| openproject | 16.6.6-1769424010.50639e1.ubuntu22 | amd64 | 472.3 MB | 6 months ago | .deb |
| openproject | 16.6.6-1769406165.5af326a.ubuntu22 | amd64 | 472.3 MB | 6 months ago | .deb |
| openproject | 16.6.5-1768556418.f8ae64f.ubuntu22 | amd64 | 472.4 MB | 6 months ago | .deb |
| openproject | 16.6.5-1768555972.fe0a77c.ubuntu22 | amd64 | 472.4 MB | 6 months ago | .deb |