Install on
Ubuntu 22.04 LTS (Jammy Jellyfish)
Follow these steps to install openproject from the release/17.8 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.8/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.8/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.8.1-1788441099.44e8602.ubuntu22 | amd64 | 536.1 MB | 3 days ago | .deb |
| openproject | 17.8.1-1788418785.50b9e36.ubuntu22 | amd64 | 536.2 MB | 4 days ago | .deb |
| openproject | 17.8.1-1788413525.f939928.ubuntu22 | amd64 | 536.1 MB | 4 days ago | .deb |
| openproject | 17.8.1-1788363038.8064ded.ubuntu22 | amd64 | 536.1 MB | 4 days ago | .deb |
| openproject | 17.8.1-1788356123.25f7f08.ubuntu22 | amd64 | 536.1 MB | 4 days ago | .deb |
| openproject | 17.8.1-1788355675.a23ce7f.ubuntu22 | amd64 | 536.1 MB | 4 days ago | .deb |
| openproject | 17.8.1-1788354074.2407be6.ubuntu22 | amd64 | 536.1 MB | 4 days ago | .deb |
| openproject | 17.8.1-1788338719.5e0d024.ubuntu22 | amd64 | 536.1 MB | 5 days ago | .deb |
| openproject | 17.8.1-1788336671.ecda9af.ubuntu22 | amd64 | 536.1 MB | 5 days ago | .deb |
| openproject | 17.8.0-1788331775.74e47eb.ubuntu22 | amd64 | 536.2 MB | 5 days ago | .deb |
| openproject | 17.8.0-1788328898.fbfd8f3.ubuntu22 | amd64 | 536.1 MB | 5 days ago | .deb |
| openproject | 17.8.0-1788269910.5910435.ubuntu22 | amd64 | 536.2 MB | 5 days ago | .deb |
| openproject | 17.8.0-1788259203.506fb3d.ubuntu22 | amd64 | 536.1 MB | 5 days ago | .deb |
| openproject | 17.8.0-1788255560.310fc21.ubuntu22 | amd64 | 536.1 MB | 6 days ago | .deb |
| openproject | 17.8.0-1788255463.bcd0d4a.ubuntu22 | amd64 | 536.1 MB | 6 days ago | .deb |
| openproject | 17.8.0-1788249911.25b5772.ubuntu22 | amd64 | 536.1 MB | 6 days ago | .deb |
| openproject | 17.8.0-1788248152.981ea71.ubuntu22 | amd64 | 536.1 MB | 6 days ago | .deb |
| openproject | 17.8.0-1788186806.1ae5191.ubuntu22 | amd64 | 536.1 MB | 6 days ago | .deb |
| openproject | 17.8.0-1788179715.3433dae.ubuntu22 | amd64 | 536.1 MB | 6 days ago | .deb |
| openproject | 17.8.0-1788164412.adc5cbc.ubuntu22 | amd64 | 536.1 MB | 1 week ago | .deb |
| openproject | 17.8.0-1787916429.84f3e42.ubuntu22 | amd64 | 536.1 MB | 1 week ago | .deb |
| openproject | 17.8.0-1787914452.3bb1bbd.ubuntu22 | amd64 | 536.1 MB | 1 week ago | .deb |
| openproject | 17.8.0-1787913490.415992f.ubuntu22 | amd64 | 536.1 MB | 1 week ago | .deb |
| openproject | 17.8.0-1787909458.1cca9fa.ubuntu22 | amd64 | 536.1 MB | 1 week ago | .deb |
| openproject | 17.8.0-1787909408.20da23f.ubuntu22 | amd64 | 536.1 MB | 1 week ago | .deb |
Showing 1–25 of 85 packages← Newer1 / 4Older →