Install on Ubuntu 24.04 LTS (Noble Numbat)

Follow these steps to install blank-noop-app from the fix/cache-perms channel.

Prerequisites

Installation Steps

1. Import the repository GPG key

sudo curl -fsSL "https://packages.openproject.com/srv/deb/crohr/blank-noop-app/gpg-key.gpg" \
  -o /usr/share/keyrings/blank-noop-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-noop-app/gpg-key.asc" \
  | gpg --dearmor \
  | sudo tee /usr/share/keyrings/blank-noop-app.gpg > /dev/null

2. Download the repository configuration

sudo curl -fsSL \
  "https://packages.openproject.com/srv/crohr/blank-noop-app/fix/cache-perms/installer/ubuntu/24.04.list" \
  -o /etc/apt/sources.list.d/blank-noop-app.list

Or using wget:

sudo wget \
  -O /etc/apt/sources.list.d/blank-noop-app.list \
  "https://packages.openproject.com/srv/crohr/blank-noop-app/fix/cache-perms/installer/ubuntu/24.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-noop-app 1.0.0-1759743838.e5aed10.ubuntu24 amd64 7.4 KB 8 months ago .deb