Install on
Ubuntu 20.04 LTS (Focal Fossa)
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://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.7/installer/ubuntu/20.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.7/installer/ubuntu/20.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-1784317787.c2c8472.ubuntu20 | amd64 | 537.4 MB | 15 hours ago | .deb |
| openproject | 17.7.0-1784294985.3635a1e.ubuntu20 | amd64 | 537.4 MB | 21 hours ago | .deb |
| openproject | 17.7.0-1784288744.88866be.ubuntu20 | amd64 | 537.4 MB | 23 hours ago | .deb |
| openproject | 17.7.0-1784286869.b23ee28.ubuntu20 | amd64 | 537.4 MB | 23 hours ago | .deb |
| openproject | 17.7.0-1784269082.e1df342.ubuntu20 | amd64 | 535.5 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784268921.3a57849.ubuntu20 | amd64 | 535.5 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784206408.d91f654.ubuntu20 | amd64 | 535.5 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784203551.a698a7b.ubuntu20 | amd64 | 535.5 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784199710.bd08d27.ubuntu20 | amd64 | 535.5 MB | 2 days ago | .deb |
| openproject | 17.7.0-1784193955.8d59b20.ubuntu20 | amd64 | 535.5 MB | 2 days ago | .deb |
| openproject | 17.7.0-1784193548.0729e28.ubuntu20 | amd64 | 535.5 MB | 2 days ago | .deb |