Install on
Ubuntu 20.04 LTS (Focal Fossa)
Follow these steps to install openproject from the release/16.6 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/16.6/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://go.packager.io/srv/opf/openproject/release/16.6/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-1773666755.e03f0d3.ubuntu20 | amd64 | 477.3 MB | 4 months ago | .deb |
| openproject | 16.6.9-1773653273.7139480.ubuntu20 | amd64 | 477.3 MB | 4 months ago | .deb |
| openproject | 16.6.8-1771417874.6dacd4d.ubuntu20 | amd64 | 477.5 MB | 5 months ago | .deb |
| openproject | 16.6.8-1771271747.a974463.ubuntu20 | amd64 | 477.5 MB | 5 months ago | .deb |
| openproject | 16.6.8-1770366753.4561aef.ubuntu20 | amd64 | 477.5 MB | 5 months ago | .deb |
| openproject | 16.6.7-1770023906.2d1d369.ubuntu20 | amd64 | 477.5 MB | 5 months ago | .deb |
| openproject | 16.6.6-1769507215.80eb67f.ubuntu20 | amd64 | 477.5 MB | 6 months ago | .deb |
| openproject | 16.6.6-1769423999.50639e1.ubuntu20 | amd64 | 477.5 MB | 6 months ago | .deb |
| openproject | 16.6.6-1769406161.5af326a.ubuntu20 | amd64 | 477.5 MB | 6 months ago | .deb |
| openproject | 16.6.6-1769091673.eaacdc9.ubuntu20 | amd64 | 477.5 MB | 6 months ago | .deb |
| openproject | 16.6.5-1768556680.f8ae64f.ubuntu20 | amd64 | 477.5 MB | 6 months ago | .deb |
| openproject | 16.6.5-1768556346.fe0a77c.ubuntu20 | amd64 | 477.5 MB | 6 months ago | .deb |