Install on
Ubuntu 22.04 LTS (Jammy Jellyfish)
Follow these steps to install openproject from the release/17.7 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.7/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.7/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.7.0-1784736930.8ec54d9.ubuntu22 | amd64 | 531.7 MB | 4 hours ago | .deb |
| openproject | 17.7.0-1784724712.ed9ebf8.ubuntu22 | amd64 | 531.7 MB | 8 hours ago | .deb |
| openproject | 17.7.0-1784712404.a27fcb4.ubuntu22 | amd64 | 531.8 MB | 11 hours ago | .deb |
| openproject | 17.7.0-1784707741.1fca849.ubuntu22 | amd64 | 531.8 MB | 12 hours ago | .deb |
| openproject | 17.7.0-1784640721.5f82869.ubuntu22 | amd64 | 531.8 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784639233.87da43b.ubuntu22 | amd64 | 531.8 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784638968.5cae11f.ubuntu22 | amd64 | 531.8 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784636978.e2c9e40.ubuntu22 | amd64 | 531.7 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784636908.14f9859.ubuntu22 | amd64 | 531.8 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784633152.2345709.ubuntu22 | amd64 | 531.7 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784633187.d5968c7.ubuntu22 | amd64 | 531.8 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784621371.8b37d3c.ubuntu22 | amd64 | 531.8 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784618901.2d4dbaa.ubuntu22 | amd64 | 531.8 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784618857.717f5df.ubuntu22 | amd64 | 531.7 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784616723.2ed09ca.ubuntu22 | amd64 | 531.8 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784616705.a49047f.ubuntu22 | amd64 | 531.8 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784559888.f235d95.ubuntu22 | amd64 | 531.8 MB | 2 days ago | .deb |
| openproject | 17.7.0-1784557664.3bcd23f.ubuntu22 | amd64 | 531.8 MB | 2 days ago | .deb |
| openproject | 17.7.0-1784552832.202fad5.ubuntu22 | amd64 | 531.8 MB | 2 days ago | .deb |
| openproject | 17.7.0-1784550412.aea4028.ubuntu22 | amd64 | 531.8 MB | 2 days ago | .deb |
| openproject | 17.7.0-1784549752.e54b0f8.ubuntu22 | amd64 | 531.8 MB | 2 days ago | .deb |
| openproject | 17.7.0-1784546680.72477af.ubuntu22 | amd64 | 531.8 MB | 2 days ago | .deb |
| openproject | 17.7.0-1784544862.0ea6bc8.ubuntu22 | amd64 | 531.8 MB | 2 days ago | .deb |
| openproject | 17.7.0-1784318004.c2c8472.ubuntu22 | amd64 | 531.7 MB | 5 days ago | .deb |
| openproject | 17.7.0-1784294985.3635a1e.ubuntu22 | amd64 | 531.7 MB | 5 days ago | .deb |
Showing 1–25 of 35 packages← Newer1 / 2Older →