Install on
Ubuntu 22.04 LTS (Jammy Jellyfish)
Follow these steps to install openproject from the release/17.1 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.1/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.1/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.1.0-1770039098.01f8dd5.ubuntu22 | amd64 | 481.8 MB | 5 months ago | .deb |
| openproject | 17.1.0-1770029645.5ffcb63.ubuntu22 | amd64 | 481.2 MB | 5 months ago | .deb |
| openproject | 17.1.0-1770029409.da637b7.ubuntu22 | amd64 | 481.2 MB | 5 months ago | .deb |
| openproject | 17.1.0-1769784151.a6f309b.ubuntu22 | amd64 | 481.2 MB | 5 months ago | .deb |
| openproject | 17.1.0-1769782698.4750bb9.ubuntu22 | amd64 | 481.2 MB | 5 months ago | .deb |
| openproject | 17.1.0-1769781868.896072d.ubuntu22 | amd64 | 481.2 MB | 5 months ago | .deb |
| openproject | 17.1.0-1769781693.37acdc9.ubuntu22 | amd64 | 481.2 MB | 5 months ago | .deb |
| openproject | 17.1.0-1769781686.6207fcc.ubuntu22 | amd64 | 481.2 MB | 5 months ago | .deb |
| openproject | 17.1.0-1769771297.0e5e6e5.ubuntu22 | amd64 | 481.2 MB | 5 months ago | .deb |
| openproject | 17.1.0-1769768407.b852d51.ubuntu22 | amd64 | 481.2 MB | 5 months ago | .deb |
| openproject | 17.1.0-1769693767.f77d0d6.ubuntu22 | amd64 | 481.2 MB | 5 months ago | .deb |
| openproject | 17.1.0-1769683180.b16af92.ubuntu22 | amd64 | 481.2 MB | 5 months ago | .deb |
| openproject | 17.1.0-1769680946.47d7bde.ubuntu22 | amd64 | 481.2 MB | 5 months ago | .deb |
| openproject | 17.1.0-1769679913.cdc4356.ubuntu22 | amd64 | 481.2 MB | 5 months ago | .deb |
| openproject | 17.1.0-1769673500.463a9ef.ubuntu22 | amd64 | 481.2 MB | 5 months ago | .deb |
| openproject | 17.1.0-1769673153.6ddc76f.ubuntu22 | amd64 | 481.2 MB | 5 months ago | .deb |
| openproject | 17.1.0-1769673129.e81f46d.ubuntu22 | amd64 | 481.2 MB | 5 months ago | .deb |
Showing 101–117 of 117 packages← Newer5 / 5Older →