Skip to content

Uninstalling

Deactivate your license first

Deactivate your license before you uninstall. In RimuSDR, go to Help › Deactivate License. This frees the license for use on another machine.

Remove the packages

Debian, Ubuntu and Raspberry Pi

sudo apt remove rimusdr
sudo apt remove rimudax
sudo apt remove rimucat

If you used the one-command install, the Rimu Systems package repository stays configured after you remove the applications. To remove the repository and its signing key too:

sudo apt purge rimusystems-repo-rpi
sudo apt update
sudo apt purge rimusystems-repo
sudo apt update

Fedora and Rocky Linux

sudo dnf remove rimusdr rimudax rimucat

AppImage

Delete the .AppImage files. No other removal is necessary.

Windows

Remove RimuSDR through Settings › Apps › Installed apps, the same way as any other Windows application.

Remove configuration and logs

On Linux, these directories stay on the system after the packages are removed:

~/.config/rimu-systems         # Settings and port definitions
~/.local/state/rimu-systems    # Log files

Delete them only if you do not intend to reinstall:

rm -rf ~/.config/rimu-systems
rm -rf ~/.local/state/rimu-systems