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://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.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://go.packager.io/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-1784736932.8ec54d9.ubuntu20 | amd64 | 537.4 MB | 4 hours ago | .deb |
| openproject | 17.7.0-1784724705.ed9ebf8.ubuntu20 | amd64 | 537.4 MB | 8 hours ago | .deb |
| openproject | 17.7.0-1784712397.a27fcb4.ubuntu20 | amd64 | 537.4 MB | 11 hours ago | .deb |
| openproject | 17.7.0-1784707759.1fca849.ubuntu20 | amd64 | 537.4 MB | 12 hours ago | .deb |
| openproject | 17.7.0-1784640724.5f82869.ubuntu20 | amd64 | 537.4 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784639238.87da43b.ubuntu20 | amd64 | 537.4 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784638976.5cae11f.ubuntu20 | amd64 | 537.4 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784637003.e2c9e40.ubuntu20 | amd64 | 537.4 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784636913.14f9859.ubuntu20 | amd64 | 537.4 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784633192.d5968c7.ubuntu20 | amd64 | 537.4 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784633155.2345709.ubuntu20 | amd64 | 537.4 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784621373.8b37d3c.ubuntu20 | amd64 | 537.4 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784618897.2d4dbaa.ubuntu20 | amd64 | 537.4 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784618881.717f5df.ubuntu20 | amd64 | 537.4 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784616711.a49047f.ubuntu20 | amd64 | 537.4 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784616725.2ed09ca.ubuntu20 | amd64 | 537.4 MB | 1 day ago | .deb |
| openproject | 17.7.0-1784559893.f235d95.ubuntu20 | amd64 | 537.4 MB | 2 days ago | .deb |
| openproject | 17.7.0-1784557662.3bcd23f.ubuntu20 | amd64 | 537.4 MB | 2 days ago | .deb |
| openproject | 17.7.0-1784552811.202fad5.ubuntu20 | amd64 | 537.4 MB | 2 days ago | .deb |
| openproject | 17.7.0-1784550419.aea4028.ubuntu20 | amd64 | 537.4 MB | 2 days ago | .deb |
| openproject | 17.7.0-1784549752.e54b0f8.ubuntu20 | amd64 | 537.4 MB | 2 days ago | .deb |
| openproject | 17.7.0-1784546681.72477af.ubuntu20 | amd64 | 537.4 MB | 2 days ago | .deb |
| openproject | 17.7.0-1784544866.0ea6bc8.ubuntu20 | amd64 | 537.4 MB | 2 days ago | .deb |
| openproject | 17.7.0-1784317787.c2c8472.ubuntu20 | amd64 | 537.4 MB | 5 days ago | .deb |
| openproject | 17.7.0-1784294985.3635a1e.ubuntu20 | amd64 | 537.4 MB | 5 days ago | .deb |
Showing 1–25 of 34 packages← Newer1 / 2Older →