title: Perplexity
source: https://www.perplexity.ai/search/i-installed-rustdesk-on-raspia-puUg2.qnR8uSsaxcxCFi0w
author:
- "[[Perplexity AI]]"
published:
created: 2025-03-03
description: Perplexity is a free AI-powered answer engine that provides accurate, trusted, and real-time answers to any question.
tags:
- Software
How do I completely uninstall rustdesk on rapberian using apt
To completely remove RustDesk from a Raspberry Pi running Raspbian (which uses the Debian-based APT package manager), follow these steps:
sudo apt update
sudo apt remove rustdesk-server
sudo apt remove rustdesk-client
sudo apt autoremove --purge rustdesk*
dpkg -l | grep rustdesk
sudo apt autoremove --purge && sudo apt autoclean
dpkg -l | grep rustdesk
If no RustDesk-related packages are listed, you have successfully completed the uninstallation process. Note: The above steps assume you installed RustDesk using APT. If you installed it manually or through another method, additional steps may be required to fully remove all associated files and configurations. Remember to restart your Raspberry Pi after completing these steps if necessary for the changes to take effect. 1 How to Uninstall Software from Raspberry Pi Operating System 2 How can we completely remove Rust installed by Ubuntu? 3 Installation :: Documentation for RustDeskHow can i see the rustdesk id to connect to using ssh?
rustdesk --get-id > out.txt
cat out.txt
If you want to set a new password as well, you can use the following command:
sudo rustdesk --password 'yournewpassword'
I installed rustdesk on raspian. I used SD Card Copier to copy to another disk. When I booted that disk on another raspberry pi rustdisk shows the same id as the original disk. How can I reset that to another Id. Can I use addresses instead of iDs?