This script provides an easy way to install and uninstall RustDesk on Debian-based Linux systems (Ubuntu, Linux Mint, etc.).
- Automatic detection of the latest RustDesk version
- Architecture detection (x86_64, aarch64, etc.)
- Handles all dependencies
- Supports both install and uninstall
- Debian-based Linux system
- Root privileges (sudo)
- Internet connection
To install the latest version of RustDesk, run:
sudo wget -O - https://gist.githubusercontent.com/R0GGER/ff39de853003c25d078cf9ead78bfba8/raw/6fee04063f0b74901d71e866fbfd122bc84da06b/rustdesk.sh | bash
To remove RustDesk from your system, run:
sudo wget -O - https://gist.githubusercontent.com/R0GGER/ff39de853003c25d078cf9ead78bfba8/raw/6fee04063f0b74901d71e866fbfd122bc84da06b/rustdesk.sh | bash -s uninstall
Install:
- Checks for root privileges
- Fetches the latest RustDesk version from GitHub
- Installs required dependencies
- Downloads and installs the RustDesk package
- Cleans up temporary files
Uninstall:
- Removes RustDesk package
- Removes any unused dependencies
For RustDesk related issues, please visit the RustDesk GitHub repository.