Add the repository and key, then install:
# 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).
# 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
Add the repository, refresh, and install:
# 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).
Download the latest version for Windows: