Install on
Ubuntu 20.04 LTS (Focal Fossa)
Follow these steps to install openproject from the stable/17 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/stable/17/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/stable/17/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.2.0-1773656661.3444aeb.ubuntu20 | amd64 | 510.8 MB | 4 months ago | .deb |
| openproject | 17.2.0-1773224550.6e12af7.ubuntu20 | amd64 | 511.0 MB | 4 months ago | .deb |
| openproject | 17.1.2-1772114389.d70b7c1.ubuntu20 | amd64 | 505.1 MB | 4 months ago | .deb |
| openproject | 17.1.1-1772112766.8cbd04a.ubuntu20 | amd64 | 505.1 MB | 4 months ago | .deb |
| openproject | 17.1.1-1772111994.47813ce.ubuntu20 | amd64 | 505.1 MB | 4 months ago | .deb |
| openproject | 17.1.0-1771418929.627e323.ubuntu20 | amd64 | 487.0 MB | 4 months ago | .deb |
| openproject | 17.1.0-1770802537.bdd7124.ubuntu20 | amd64 | 487.0 MB | 5 months ago | .deb |
| openproject | 17.0.3-1770374062.6ae0d8b.ubuntu20 | amd64 | 481.3 MB | 5 months ago | .deb |
| openproject | 17.0.2-1769511765.87a8cdc.ubuntu20 | amd64 | 481.2 MB | 5 months ago | .deb |
| openproject | 17.0.2-1769508081.a835313.ubuntu20 | amd64 | 481.2 MB | 5 months ago | .deb |
| openproject | 17.0.1-1768558847.f01b62f.ubuntu20 | amd64 | 480.2 MB | 6 months ago | .deb |
| openproject | 17.0.0-1768387672.acbb059.ubuntu20 | amd64 | 480.2 MB | 6 months ago | .deb |
| openproject | 17.0.0-1768384219.8ab3ca9.ubuntu20 | amd64 | 480.2 MB | 6 months ago | .deb |
Showing 26–38 of 38 packages← Newer2 / 2Older →