Install on
Ubuntu 26.04 LTS
Follow these steps to install blank-sinatra-app from the master channel.
Prerequisites
- Root or sudo access
curlorwgetinstalled
Installation Steps
1. Import the repository GPG key
sudo curl -fsSL "https://packages.openproject.com/srv/deb/crohr/blank-sinatra-app/gpg-key.gpg" \
-o /usr/share/keyrings/blank-sinatra-app.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://packages.openproject.com/srv/deb/crohr/blank-sinatra-app/gpg-key.asc" \
| gpg --dearmor \
| sudo tee /usr/share/keyrings/blank-sinatra-app.gpg > /dev/null
2. Download the repository configuration
sudo curl -fsSL \
"https://packages.openproject.com/srv/crohr/blank-sinatra-app/master/installer/ubuntu/26.04.list" \
-o /etc/apt/sources.list.d/blank-sinatra-app.list
Or using wget:
sudo wget \
-O /etc/apt/sources.list.d/blank-sinatra-app.list \
"https://packages.openproject.com/srv/crohr/blank-sinatra-app/master/installer/ubuntu/26.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 |
|---|---|---|---|---|---|
| blank-sinatra-app | 0.1.0-1780932035.db9cd6c.ubuntu26 | amd64 | 78.5 MB | 2 weeks ago | .deb |
| blank-sinatra-app | 0.1.0-1780931783.db9cd6c.ubuntu26 | amd64 | 78.5 MB | 2 weeks ago | .deb |
| blank-sinatra-app | 0.1.0-1780930785.db9cd6c.ubuntu26 | amd64 | 78.5 MB | 2 weeks ago | .deb |
| blank-sinatra-app | 0.1.0-1780925351.29a66e1.ubuntu26 | amd64 | 46.2 MB | 2 weeks ago | .deb |
| blank-sinatra-app | 0.1.0-1779783895.1faf293.ubuntu26 | amd64 | 46.2 MB | 1 month ago | .deb |
| blank-sinatra-app | 0.1.0-1779783428.b5f1d41.ubuntu26 | amd64 | 46.2 MB | 1 month ago | .deb |