Install on
Ubuntu 20.04 LTS (Focal Fossa)
Follow these steps to install openproject from the release/17.2 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.2/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.2/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.2.4-1778613882.cb0f96d.ubuntu20 | amd64 | 510.4 MB | 2 months ago | .deb |
| openproject | 17.2.4-1778613862.bfd1af4.ubuntu20 | amd64 | 510.4 MB | 2 months ago | .deb |
| openproject | 17.2.4-1778613166.224a2fe.ubuntu20 | amd64 | 510.4 MB | 2 months ago | .deb |
| openproject | 17.2.4-1778613091.43c25ba.ubuntu20 | amd64 | 510.4 MB | 2 months ago | .deb |
| openproject | 17.2.4-1778611792.7d68964.ubuntu20 | amd64 | 510.4 MB | 2 months ago | .deb |
| openproject | 17.2.4-1778611599.3f0652b.ubuntu20 | amd64 | 510.4 MB | 2 months ago | .deb |
| openproject | 17.2.4-1778611608.3ecdb7e.ubuntu20 | amd64 | 510.4 MB | 2 months ago | .deb |
| openproject | 17.2.4-1776068500.8299150.ubuntu20 | amd64 | 511.2 MB | 3 months ago | .deb |
| openproject | 17.2.4-1775826890.6f67cdb.ubuntu20 | amd64 | 511.2 MB | 3 months ago | .deb |
| openproject | 17.2.4-1775573162.138224e.ubuntu20 | amd64 | 511.1 MB | 3 months ago | .deb |
| openproject | 17.2.4-1774942529.1a6cdb8.ubuntu20 | amd64 | 511.1 MB | 3 months ago | .deb |
| openproject | 17.2.3-1774940522.43fe1df.ubuntu20 | amd64 | 511.1 MB | 3 months ago | .deb |
| openproject | 17.2.3-1774855708.29545d3.ubuntu20 | amd64 | 511.1 MB | 4 months ago | .deb |
| openproject | 17.2.3-1774436033.73381a3.ubuntu20 | amd64 | 511.1 MB | 4 months ago | .deb |
| openproject | 17.2.3-1774432034.60d3c9d.ubuntu20 | amd64 | 511.1 MB | 4 months ago | .deb |
| openproject | 17.2.3-1774423227.ad5418f.ubuntu20 | amd64 | 511.1 MB | 4 months ago | .deb |
| openproject | 17.2.3-1774184310.3c80957.ubuntu20 | amd64 | 511.1 MB | 4 months ago | .deb |
| openproject | 17.2.3-1774035734.83bfc40.ubuntu20 | amd64 | 511.1 MB | 4 months ago | .deb |
| openproject | 17.2.3-1773999821.49d8f4b.ubuntu20 | amd64 | 511.1 MB | 4 months ago | .deb |
| openproject | 17.2.3-1773908832.cbddad9.ubuntu20 | amd64 | 511.1 MB | 4 months ago | .deb |
| openproject | 17.2.3-1773760982.4bd2d7b.ubuntu20 | amd64 | 510.8 MB | 4 months ago | .deb |
| openproject | 17.2.3-1773760308.d4a51a6.ubuntu20 | amd64 | 510.8 MB | 4 months ago | .deb |
| openproject | 17.2.2-1773756324.ad45498.ubuntu20 | amd64 | 510.8 MB | 4 months ago | .deb |
| openproject | 17.2.2-1773754865.faeb16e.ubuntu20 | amd64 | 510.8 MB | 4 months ago | .deb |
| openproject | 17.2.2-1773754830.acb4a7e.ubuntu20 | amd64 | 510.8 MB | 4 months ago | .deb |
Showing 1–25 of 128 packages← Newer1 / 6Older →