Prerequisites
This guide assumes you are using Debian 10+. It might work on other distros, but you might need to do tweaks, in which case you are on your own.
Warning
Before running any scripts, it is strongly recommended that you inspect the contents of the scripts to ensure they are safe and do not perform any actions that could harm your system.
Simba Installation
Download the Installation Script: Start by downloading the Simba installation script using
wget
:wget https://raw.githubusercontent.com/Torwent/wasp-setup/master/linux/simba-setup.sh
Make the Script Executable:
If the script is not executable, set the appropriate permissions:
chmod +x simba-setup.sh
Run the Installation Script: Execute the script to install Simba and all its dependencies:
./simba-setup.sh
The script will:
- Install required dependencies.
- Set up the necessary directories for Simba.
- Download the Simba binary and related files.
- Set up the necessary permissions using
setcap
for remote input functionality. - Add a
simba
alias to your.bashrc
. - Create a
.desktop
entry for easy access from the desktop environment.
Simba Uninstallation
Download the Uninstallation Script: Start by downloading the Simba uninstallation script using
wget
:wget https://raw.githubusercontent.com/Torwent/wasp-setup/master/linux/simba-uninstall.sh
Make the Script Executable:
If the script is not executable, set the appropriate permissions:
chmod +x simba-uninstall.sh
Run the Uninstallation Script: Execute the script to remove Simba and all its associated files:
./simba-uninstall.sh
Note
After running the installation or uninstallation scripts, you may need to restart your session or log out and back in for all changes to take effect. This ensures that environment variables and desktop entries are properly reloaded.