Install on
Ubuntu 20.04 LTS (Focal Fossa)
Follow these steps to install openproject from the stable/16 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/16/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/16/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 | 16.6.10-1774939670.53daf3c.ubuntu20 | amd64 | 477.6 MB | 3 months ago | .deb |
| openproject | 16.6.9-1773655712.494c7a7.ubuntu20 | amd64 | 477.3 MB | 4 months ago | .deb |
| openproject | 16.6.8-1771418649.badbe3d.ubuntu20 | amd64 | 477.5 MB | 4 months ago | .deb |
| openproject | 16.6.7-1770366789.30b5d2d.ubuntu20 | amd64 | 477.5 MB | 5 months ago | .deb |
| openproject | 16.6.6-1769507356.319164a.ubuntu20 | amd64 | 477.5 MB | 5 months ago | .deb |
| openproject | 16.6.5-1768557370.99112f3.ubuntu20 | amd64 | 477.5 MB | 6 months ago | .deb |
| openproject | 16.6.4-1767877338.e7fc1ef.ubuntu20 | amd64 | 477.5 MB | 6 months ago | .deb |
| openproject | 16.6.2-1764670630.9448e4d.ubuntu20 | amd64 | 477.5 MB | 7 months ago | .deb |
| openproject | 16.6.1-1763039699.f76b26a.ubuntu20 | amd64 | 477.5 MB | 8 months ago | .deb |
| openproject | 16.6.0-1762343606.f329392.ubuntu20 | amd64 | 477.5 MB | 8 months ago | .deb |
| openproject | 16.6.0-1762335366.69494f5.ubuntu20 | amd64 | 477.5 MB | 8 months ago | .deb |