Install on
Ubuntu 22.04 LTS (Jammy Jellyfish)
Follow these steps to install openproject from the release/17.8 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/17.8/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/17.8/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.8.0-1787037615.dfe6a8d.ubuntu22 | amd64 | 536.0 MB | 3 weeks ago | .deb |
| openproject | 17.8.0-1787036367.aff9cee.ubuntu22 | amd64 | 536.0 MB | 3 weeks ago | .deb |
| openproject | 17.8.0-1787028533.334842d.ubuntu22 | amd64 | 536.0 MB | 3 weeks ago | .deb |
| openproject | 17.8.0-1786957313.09fefd3.ubuntu22 | amd64 | 535.9 MB | 3 weeks ago | .deb |
| openproject | 17.8.0-1786956235.e2d88aa.ubuntu22 | amd64 | 535.9 MB | 3 weeks ago | .deb |
| openproject | 17.8.0-1786720109.8aecc9f.ubuntu22 | amd64 | 536.0 MB | 3 weeks ago | .deb |
| openproject | 17.8.0-1786713005.033c0b9.ubuntu22 | amd64 | 535.9 MB | 3 weeks ago | .deb |
| openproject | 17.8.0-1786696727.10671ac.ubuntu22 | amd64 | 536.0 MB | 3 weeks ago | .deb |
| openproject | 17.8.0-1786624466.58c2a07.ubuntu22 | amd64 | 536.0 MB | 3 weeks ago | .deb |
| openproject | 17.8.0-1786620009.efb4376.ubuntu22 | amd64 | 535.9 MB | 3 weeks ago | .deb |
| openproject | 17.8.0-1786595963.f43296b.ubuntu22 | amd64 | 536.0 MB | 3 weeks ago | .deb |
Showing 76–86 of 86 packages← Newer4 / 4Older →