Install on
Ubuntu 22.04 LTS (Jammy Jellyfish)
Follow these steps to install openproject from the release/17.3 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.3/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.3/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.3.2-1776790142.7368041.ubuntu22 | amd64 | 530.0 MB | 3 months ago | .deb |
| openproject | 17.3.2-1776766136.ef6ba24.ubuntu22 | amd64 | 530.0 MB | 3 months ago | .deb |
| openproject | 17.3.2-1776762139.61266cd.ubuntu22 | amd64 | 530.1 MB | 3 months ago | .deb |
| openproject | 17.3.2-1776761471.aa528cd.ubuntu22 | amd64 | 530.0 MB | 3 months ago | .deb |
| openproject | 17.3.2-1776755586.c9f0e53.ubuntu22 | amd64 | 530.0 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776677530.f53a896.ubuntu22 | amd64 | 511.0 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776675642.15568e1.ubuntu22 | amd64 | 511.0 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776671439.d4bb780.ubuntu22 | amd64 | 511.0 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776669067.b36d35e.ubuntu22 | amd64 | 511.0 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776418589.8fafc25.ubuntu22 | amd64 | 511.0 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776413878.d6620b1.ubuntu22 | amd64 | 511.0 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776347644.96397d7.ubuntu22 | amd64 | 511.0 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776346728.90383cc.ubuntu22 | amd64 | 511.0 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776344287.eb7ead9.ubuntu22 | amd64 | 511.0 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776342870.56418c5.ubuntu22 | amd64 | 511.0 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776327814.b4085f3.ubuntu22 | amd64 | 511.0 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776244136.63bef28.ubuntu22 | amd64 | 511.0 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776237729.6be4bbe.ubuntu22 | amd64 | 511.0 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776234059.4b452cb.ubuntu22 | amd64 | 511.0 MB | 3 months ago | .deb |
Showing 26–44 of 44 packages← Newer2 / 2Older →