pkg.vanlabeke.dev

Package repositories for vanlabeke projects.

Debian / Ubuntu

sudo install -d /etc/apt/keyrings
curl -fsSL https://pkg.vanlabeke.dev/apt/gpg.key \
  | sudo tee /etc/apt/keyrings/vanlabeke.asc > /dev/null
echo "deb [signed-by=/etc/apt/keyrings/vanlabeke.asc] https://pkg.vanlabeke.dev/apt stable main" \
  | sudo tee /etc/apt/sources.list.d/vanlabeke.list
sudo apt update
sudo apt install exshell

Fedora / RHEL / openSUSE

sudo curl -fsSL -o /etc/yum.repos.d/vanlabeke.repo \
  https://pkg.vanlabeke.dev/yum/vanlabeke.repo
sudo dnf install exshell

macOS / Linux (Homebrew)

brew tap vanlabeke/tap
brew install --cask exshell

Other

FreeBSD, OpenBSD, NetBSD and standalone tarballs are attached to each GitHub release. There are no native BSD ports yet.