Install on
Ubuntu 22.04 LTS (Jammy Jellyfish)
Follow these steps to install openproject from the release/17.6 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/release/17.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://packages.openproject.com/srv/opf/openproject/release/17.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 | 17.6.0-1782887479.3de52af.ubuntu22 | amd64 | 549.3 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782887167.4572910.ubuntu22 | amd64 | 549.3 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782887082.b531de7.ubuntu22 | amd64 | 549.3 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782884038.473640d.ubuntu22 | amd64 | 549.3 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782840873.6154f15.ubuntu22 | amd64 | 549.3 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782828230.5e1db04.ubuntu22 | amd64 | 549.3 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782827661.cccc99c.ubuntu22 | amd64 | 549.3 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782825835.cf0b02c.ubuntu22 | amd64 | 549.3 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782825377.3cbf0be.ubuntu22 | amd64 | 549.3 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782814735.6d973fc.ubuntu22 | amd64 | 549.3 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782812349.256472b.ubuntu22 | amd64 | 549.3 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782810537.df553c4.ubuntu22 | amd64 | 549.3 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782806021.d22f67e.ubuntu22 | amd64 | 549.3 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782803534.5be0d38.ubuntu22 | amd64 | 549.3 MB | 2 weeks ago | .deb |
Showing 76–89 of 89 packages← Newer4 / 4Older →