Go to file
2025-11-24 23:53:19 -08:00
debs Update APT repository - Release v1.55.0-test2 2025-11-24 20:01:34 +00:00
dists/stable Update APT repository - Release v1.55.0-test2 2025-11-24 20:01:34 +00:00
pool/main Update APT repository - Release v1.55.0-test2 2025-11-24 20:01:34 +00:00
APT_REPO_SUMMARY.md Initialize APT repository 2025-11-23 13:24:50 -08:00
GETTING_STARTED_NOW.md Initialize APT repository 2025-11-23 13:24:50 -08:00
index.html correctly spell my own name 2025-11-24 23:53:19 -08:00
KEY.gpg Initialize APT repository 2025-11-23 13:24:50 -08:00
QUICK_START_APT_REPO.md Initialize APT repository 2025-11-23 13:24:50 -08:00
README.md Initialize APT repository 2025-11-23 13:24:50 -08:00
SETUP_GITHUB_PAGES.md Initialize APT repository 2025-11-23 13:24:50 -08:00
WHY_GHPAGES_BRANCH.md Initialize APT repository 2025-11-23 13:24:50 -08:00

socktop APT Repository

This repository contains Debian packages for socktop and socktop-agent.

Adding this repository

Add the repository to your system:

# Add the GPG key
curl -fsSL https://jasonwitty.github.io/socktop/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/socktop-archive-keyring.gpg

# Add the repository
echo "deb [signed-by=/usr/share/keyrings/socktop-archive-keyring.gpg] https://jasonwitty.github.io/socktop stable main" | sudo tee /etc/apt/sources.list.d/socktop.list

# Update and install
sudo apt update
sudo apt install socktop socktop-agent

Manual Installation

You can also download and install packages manually from the pool/main/ directory.

wget https://jasonwitty.github.io/socktop/pool/main/socktop_VERSION_ARCH.deb
sudo dpkg -i socktop_VERSION_ARCH.deb

Supported Architectures

  • amd64 (x86_64)
  • arm64 (aarch64)
  • armhf (32-bit ARM)

Building from Source

See the main repository at https://github.com/jasonwitty/socktop