Switchboot

Installation

Debian / Ubuntu & derivatives (APT)

Add the repository and key, then install:

Bash
# Download the repository keyring into the system keyrings directory
sudo wget -qO /usr/share/keyrings/switchboot-archive-keyring.gpg \
   https://moooozi.github.io/switchboot/deb/switchboot-archive-keyring.gpg

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

# Update and install
sudo apt update
sudo apt install switchboot

Or get the latest .deb package from the releases page (no automatic updates).

Fedora & derivatives

Bash
# Add repo
sudo dnf install dnf-plugins-core
sudo dnf config-manager addrepo --from-repofile=https://moooozi.github.io/switchboot/rpm/switchboot.repo

# Install
sudo dnf install switchboot

openSUSE & derivatives

Add the repository, refresh, and install:

Bash
# Add repo
sudo zypper addrepo https://moooozi.github.io/switchboot/rpm/switchboot.repo

# Refresh and install
sudo zypper refresh
sudo zypper install switchboot

Or get the latest .rpm package from the releases page (no automatic updates).

Windows (installer / portable)

Download the latest version for Windows: