Install on
Ubuntu 20.04 LTS (Focal Fossa)
Follow these steps to install openproject from the release/17.3 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.3/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.3/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.3.2-1776843332.b46067d.ubuntu20 | amd64 | 535.8 MB | 3 months ago | .deb |
| openproject | 17.3.2-1776790138.7368041.ubuntu20 | amd64 | 535.8 MB | 3 months ago | .deb |
| openproject | 17.3.2-1776766137.ef6ba24.ubuntu20 | amd64 | 535.8 MB | 3 months ago | .deb |
| openproject | 17.3.2-1776762119.61266cd.ubuntu20 | amd64 | 535.8 MB | 3 months ago | .deb |
| openproject | 17.3.2-1776761478.aa528cd.ubuntu20 | amd64 | 535.8 MB | 3 months ago | .deb |
| openproject | 17.3.2-1776755584.c9f0e53.ubuntu20 | amd64 | 535.8 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776677541.f53a896.ubuntu20 | amd64 | 516.7 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776675645.15568e1.ubuntu20 | amd64 | 516.7 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776671440.d4bb780.ubuntu20 | amd64 | 516.7 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776669075.b36d35e.ubuntu20 | amd64 | 516.7 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776418596.8fafc25.ubuntu20 | amd64 | 516.7 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776413888.d6620b1.ubuntu20 | amd64 | 516.7 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776347641.96397d7.ubuntu20 | amd64 | 516.7 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776346717.90383cc.ubuntu20 | amd64 | 516.7 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776344286.eb7ead9.ubuntu20 | amd64 | 516.7 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776342876.56418c5.ubuntu20 | amd64 | 516.7 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776327812.b4085f3.ubuntu20 | amd64 | 516.7 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776244134.63bef28.ubuntu20 | amd64 | 516.7 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776237727.6be4bbe.ubuntu20 | amd64 | 516.7 MB | 3 months ago | .deb |
| openproject | 17.3.1-1776234054.4b452cb.ubuntu20 | amd64 | 516.7 MB | 3 months ago | .deb |
Showing 26–45 of 45 packages← Newer2 / 2Older →