Install on
Ubuntu 22.04 LTS (Jammy Jellyfish)
Follow these steps to install openproject from the stable/17 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/17/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/17/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 | 17.2.0-1773656635.3444aeb.ubuntu22 | amd64 | 505.6 MB | 4 months ago | .deb |
| openproject | 17.2.0-1773224554.6e12af7.ubuntu22 | amd64 | 505.8 MB | 4 months ago | .deb |
| openproject | 17.1.2-1772114272.d70b7c1.ubuntu22 | amd64 | 499.9 MB | 4 months ago | .deb |
| openproject | 17.1.1-1772112758.8cbd04a.ubuntu22 | amd64 | 499.8 MB | 4 months ago | .deb |
| openproject | 17.1.1-1772111996.47813ce.ubuntu22 | amd64 | 499.9 MB | 4 months ago | .deb |
| openproject | 17.1.1-1771420192.8009685.ubuntu22 | amd64 | 499.9 MB | 4 months ago | .deb |
| openproject | 17.1.0-1771419172.627e323.ubuntu22 | amd64 | 481.8 MB | 4 months ago | .deb |
| openproject | 17.1.0-1770802535.bdd7124.ubuntu22 | amd64 | 481.9 MB | 5 months ago | .deb |
| openproject | 17.0.3-1770374057.6ae0d8b.ubuntu22 | amd64 | 476.1 MB | 5 months ago | .deb |
| openproject | 17.0.2-1769512059.87a8cdc.ubuntu22 | amd64 | 476.0 MB | 5 months ago | .deb |
| openproject | 17.0.2-1769508248.a835313.ubuntu22 | amd64 | 476.0 MB | 5 months ago | .deb |
| openproject | 17.0.1-1768558852.f01b62f.ubuntu22 | amd64 | 475.0 MB | 6 months ago | .deb |
| openproject | 17.0.0-1768387666.acbb059.ubuntu22 | amd64 | 475.0 MB | 6 months ago | .deb |
| openproject | 17.0.0-1768384228.8ab3ca9.ubuntu22 | amd64 | 475.0 MB | 6 months ago | .deb |
Showing 26–39 of 39 packages← Newer2 / 2Older →