Install on
Ubuntu 22.04 LTS (Jammy Jellyfish)
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/22.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/22.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.5-1780989218.52c0a9c.ubuntu22 | amd64 | 530.0 MB | 1 month ago | .deb |
| openproject | 17.3.4-1780923305.5caeb42.ubuntu22 | amd64 | 530.1 MB | 1 month ago | .deb |
| openproject | 17.3.3-1780410208.bef69b6.ubuntu22 | amd64 | 530.1 MB | 1 month ago | .deb |
| openproject | 17.3.3-1780381689.a52d0de.ubuntu22 | amd64 | 530.1 MB | 1 month ago | .deb |
| openproject | 17.3.3-1780321202.ab42a36.ubuntu22 | amd64 | 530.1 MB | 1 month ago | .deb |
| openproject | 17.3.3-1780319997.29383d0.ubuntu22 | amd64 | 530.1 MB | 1 month ago | .deb |
| openproject | 17.3.3-1780315307.9ed3392.ubuntu22 | amd64 | 530.0 MB | 1 month ago | .deb |
| openproject | 17.3.3-1779355988.5b0a186.ubuntu22 | amd64 | 530.0 MB | 2 months ago | .deb |
| openproject | 17.3.3-1779259414.6ef24e9.ubuntu22 | amd64 | 530.0 MB | 2 months ago | .deb |
| openproject | 17.3.3-1779208060.91a8bf7.ubuntu22 | amd64 | 530.1 MB | 2 months ago | .deb |
| openproject | 17.3.3-1779181863.ecfe44b.ubuntu22 | amd64 | 530.0 MB | 2 months ago | .deb |
| openproject | 17.3.3-1779179332.6d0b39b.ubuntu22 | amd64 | 530.0 MB | 2 months ago | .deb |
| openproject | 17.3.2-1778649511.4551116.ubuntu22 | amd64 | 530.1 MB | 2 months ago | .deb |
| openproject | 17.3.2-1778592571.ba5a313.ubuntu22 | amd64 | 530.1 MB | 2 months ago | .deb |
| openproject | 17.3.2-1778221883.7a68e6c.ubuntu22 | amd64 | 530.1 MB | 2 months ago | .deb |
| openproject | 17.3.2-1778049445.df8122c.ubuntu22 | amd64 | 530.1 MB | 2 months ago | .deb |
| openproject | 17.3.2-1777979612.5f34e38.ubuntu22 | amd64 | 530.0 MB | 2 months ago | .deb |
| openproject | 17.3.2-1777977307.e40656b.ubuntu22 | amd64 | 530.0 MB | 2 months ago | .deb |
| openproject | 17.3.2-1776973802.4ce9a19.ubuntu22 | amd64 | 530.1 MB | 3 months ago | .deb |
| openproject | 17.3.2-1776946916.6877e29.ubuntu22 | amd64 | 530.1 MB | 3 months ago | .deb |
| openproject | 17.3.2-1776934398.ede498e.ubuntu22 | amd64 | 530.0 MB | 3 months ago | .deb |
| openproject | 17.3.2-1776864240.8163cda.ubuntu22 | amd64 | 530.1 MB | 3 months ago | .deb |
| openproject | 17.3.2-1776850722.412bc4d.ubuntu22 | amd64 | 530.1 MB | 3 months ago | .deb |
| openproject | 17.3.2-1776850461.7135dfc.ubuntu22 | amd64 | 530.1 MB | 3 months ago | .deb |
| openproject | 17.3.2-1776843328.b46067d.ubuntu22 | amd64 | 530.1 MB | 3 months ago | .deb |
Showing 1–25 of 44 packages← Newer1 / 2Older →