Install on
Ubuntu 22.04 LTS (Jammy Jellyfish)
Follow these steps to install openproject from the release/17.5 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.5/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.5/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.5.0-1779812879.f9a1b98.ubuntu22 | amd64 | 531.5 MB | 2 months ago | .deb |
| openproject | 17.5.0-1779803888.234dfd4.ubuntu22 | amd64 | 531.5 MB | 2 months ago | .deb |
| openproject | 17.5.0-1779803058.1ce9b8e.ubuntu22 | amd64 | 531.5 MB | 2 months ago | .deb |
| openproject | 17.5.0-1779800376.7fd8db8.ubuntu22 | amd64 | 531.4 MB | 2 months ago | .deb |
| openproject | 17.5.0-1779799975.a15734a.ubuntu22 | amd64 | 531.4 MB | 2 months ago | .deb |
| openproject | 17.5.0-1779784009.2ce312b.ubuntu22 | amd64 | 531.5 MB | 2 months ago | .deb |
| openproject | 17.5.0-1779779251.7645b50.ubuntu22 | amd64 | 531.5 MB | 2 months ago | .deb |
| openproject | 17.5.0-1779779222.b59128a.ubuntu22 | amd64 | 531.5 MB | 2 months ago | .deb |
| openproject | 17.5.0-1779725943.2fd8610.ubuntu22 | amd64 | 531.4 MB | 2 months ago | .deb |
| openproject | 17.5.0-1779697766.1a2f9a6.ubuntu22 | amd64 | 531.5 MB | 2 months ago | .deb |
| openproject | 17.5.0-1779466211.b0d3c25.ubuntu22 | amd64 | 531.4 MB | 2 months ago | .deb |
| openproject | 17.5.0-1779455347.eadf5ae.ubuntu22 | amd64 | 531.5 MB | 2 months ago | .deb |
| openproject | 17.5.0-1779382932.6de4e2a.ubuntu22 | amd64 | 531.4 MB | 2 months ago | .deb |
| openproject | 17.5.0-1779370684.14b4228.ubuntu22 | amd64 | 531.5 MB | 2 months ago | .deb |
| openproject | 17.5.0-1779358742.b03b127.ubuntu22 | amd64 | 531.4 MB | 2 months ago | .deb |
| openproject | 17.5.0-1779355363.1a9fd9a.ubuntu22 | amd64 | 531.4 MB | 2 months ago | .deb |
| openproject | 17.5.0-1779350286.18b339b.ubuntu22 | amd64 | 531.5 MB | 2 months ago | .deb |
| openproject | 17.5.0-1779339643.3ed1095.ubuntu22 | amd64 | 531.4 MB | 2 months ago | .deb |
| openproject | 17.5.0-1779339433.32b8fb7.ubuntu22 | amd64 | 531.4 MB | 2 months ago | .deb |
| openproject | 17.5.0-1779339415.698e4f6.ubuntu22 | amd64 | 531.4 MB | 2 months ago | .deb |
Showing 126–145 of 145 packages← Newer6 / 6Older →