Lookout package repositories

Install Lookout with your package manager.

v0.3.11

Add the repository

Needs Ubuntu 24.04 or Debian 13 and up.

sudo install -d /usr/share/keyrings
sudo curl -fsSL -o /usr/share/keyrings/lookout-archive-keyring.asc \
  https://pkg.lookout.hackclub.com/lookout-archive-keyring.asc

sudo tee /etc/apt/sources.list.d/lookout.sources >/dev/null <<'EOF'
Types: deb
URIs: https://pkg.lookout.hackclub.com/deb
Suites: ./
Signed-By: /usr/share/keyrings/lookout-archive-keyring.asc
EOF

Install

sudo apt update && sudo apt install lookout

Add the repository

sudo rpm --import https://pkg.lookout.hackclub.com/lookout-archive-keyring.asc

sudo tee /etc/yum.repos.d/lookout.repo >/dev/null <<'EOF'
[lookout]
name=Lookout
baseurl=https://pkg.lookout.hackclub.com/rpm
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://pkg.lookout.hackclub.com/lookout-archive-keyring.asc
EOF

Install

sudo dnf install lookout

Install from the AUR

paru -S lookout-bin

Signing key

1A6D 2259 0D34 B83E 2D0B 3C8D F480 6E98 4D9D A365

Contents