Install on
Ubuntu 22.04 LTS (Jammy Jellyfish)
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/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.7/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.7.3-1788266800.ac6f9a3.ubuntu22 | amd64 | 535.2 MB | 6 days ago | .deb |
| openproject | 17.7.3-1788192361.2876a8e.ubuntu22 | amd64 | 535.2 MB | 6 days ago | .deb |
| openproject | 17.7.3-1788153541.1df7c5f.ubuntu22 | amd64 | 535.2 MB | 1 week ago | .deb |
| openproject | 17.7.3-1787147246.df16be3.ubuntu22 | amd64 | 535.2 MB | 2 weeks ago | .deb |
| openproject | 17.7.3-1787136827.c88ac6f.ubuntu22 | amd64 | 535.2 MB | 2 weeks ago | .deb |
| openproject | 17.7.3-1787131695.669cfa9.ubuntu22 | amd64 | 535.2 MB | 2 weeks ago | .deb |
| openproject | 17.7.3-1787056032.7344baa.ubuntu22 | amd64 | 535.2 MB | 2 weeks ago | .deb |
| openproject | 17.7.3-1786956749.57b003f.ubuntu22 | amd64 | 535.2 MB | 3 weeks ago | .deb |
| openproject | 17.7.3-1786724264.ca5aad2.ubuntu22 | amd64 | 535.2 MB | 3 weeks ago | .deb |
| openproject | 17.7.2-1786609643.ea95a3a.ubuntu22 | amd64 | 535.2 MB | 3 weeks ago | .deb |
| openproject | 17.7.2-1786541749.a00961c.ubuntu22 | amd64 | 535.2 MB | 3 weeks ago | .deb |
| openproject | 17.7.2-1786433399.cc88f8a.ubuntu22 | amd64 | 535.2 MB | 3 weeks ago | .deb |
| openproject | 17.7.2-1786432458.6bac078.ubuntu22 | amd64 | 535.2 MB | 3 weeks ago | .deb |
| openproject | 17.7.2-1786387479.dca53e7.ubuntu22 | amd64 | 535.2 MB | 3 weeks ago | .deb |
| openproject | 17.7.2-1786374358.d764660.ubuntu22 | amd64 | 535.2 MB | 3 weeks ago | .deb |
| openproject | 17.7.2-1786110904.50ed180.ubuntu22 | amd64 | 535.2 MB | 1 month ago | .deb |
| openproject | 17.7.2-1786094399.42ab87f.ubuntu22 | amd64 | 535.2 MB | 1 month ago | .deb |
| openproject | 17.7.2-1786092308.9e6c1f7.ubuntu22 | amd64 | 535.2 MB | 1 month ago | .deb |
| openproject | 17.7.2-1786027612.87d03d8.ubuntu22 | amd64 | 535.2 MB | 1 month ago | .deb |
| openproject | 17.7.2-1786023022.99e69a7.ubuntu22 | amd64 | 535.2 MB | 1 month ago | .deb |
| openproject | 17.7.1-1786011309.ef5bbfe.ubuntu22 | amd64 | 535.2 MB | 1 month ago | .deb |
| openproject | 17.7.1-1785999336.a84a1d2.ubuntu22 | amd64 | 535.2 MB | 1 month ago | .deb |
| openproject | 17.7.1-1785947507.85c7492.ubuntu22 | amd64 | 535.2 MB | 1 month ago | .deb |
| openproject | 17.7.1-1785941761.0f7a5fc.ubuntu22 | amd64 | 535.2 MB | 1 month ago | .deb |
| openproject | 17.7.1-1785935760.4bd73ee.ubuntu22 | amd64 | 535.2 MB | 1 month ago | .deb |
Showing 1–25 of 126 packages← Newer1 / 6Older →