Install on
Debian 11 (Bullseye)
Follow these steps to install openproject from the release/17.0 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.0/installer/debian/11.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.0/installer/debian/11.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.0.2-1768816242.735cc2a.debian11 | amd64 | 478.4 MB | 6 months ago | .deb |
| openproject | 17.0.2-1768561373.5be4957.debian11 | amd64 | 478.4 MB | 6 months ago | .deb |
| openproject | 17.0.2-1768560081.3e50345.debian11 | amd64 | 478.4 MB | 6 months ago | .deb |
Showing 76–78 of 78 packages← Newer4 / 4Older →