Install on
Ubuntu 20.04 LTS (Focal Fossa)
Follow these steps to install openproject from the release/17.6 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/release/17.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://packages.openproject.com/srv/opf/openproject/release/17.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 | 17.6.0-1782887812.003491c.ubuntu20 | amd64 | 555.1 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782887470.3de52af.ubuntu20 | amd64 | 555.1 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782887281.4572910.ubuntu20 | amd64 | 555.1 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782887077.b531de7.ubuntu20 | amd64 | 555.0 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782884041.473640d.ubuntu20 | amd64 | 555.1 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782840919.6154f15.ubuntu20 | amd64 | 555.0 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782828224.5e1db04.ubuntu20 | amd64 | 555.0 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782827657.cccc99c.ubuntu20 | amd64 | 555.0 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782825981.cf0b02c.ubuntu20 | amd64 | 555.0 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782825374.3cbf0be.ubuntu20 | amd64 | 555.0 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782814732.6d973fc.ubuntu20 | amd64 | 555.0 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782812347.256472b.ubuntu20 | amd64 | 555.0 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782810536.df553c4.ubuntu20 | amd64 | 555.0 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782806025.d22f67e.ubuntu20 | amd64 | 555.0 MB | 2 weeks ago | .deb |
| openproject | 17.6.0-1782803538.5be0d38.ubuntu20 | amd64 | 555.0 MB | 2 weeks ago | .deb |
Showing 76–90 of 90 packages← Newer4 / 4Older →