# Uninstall SingleStore Studio

* *Red Hat Distribution*

  You can either uninstall Studio as a standalone task or remove it while uninstalling SingleStore. If you want to completely uninstall SingleStore and its related tools packages, first uninstall SingleStore from your nodes by using the `sdb-deploy uninstall` command. This will remove the `singlestoredb-server` package for that version of SingleStore (all versions of SingleStore can be uninstalled using the `--all-versions` flag).> **❗ Important**: The `remove` command and `-e` flag will only remove the binaries in the package and not remove any configuration files.As part of the removal process, or to simply remove Studio, perform the following operation:**Online**```shell
  sudo yum remove singlestoredb-studio

  ```**Offline**```shell
  sudo rpm -e singlestoredb-studio

  ```

* *Debian Distribution*

  You can either uninstall Studio as a standalone task or remove it while uninstalling SingleStore. If you want to completely uninstall SingleStore and its related tools packages, first uninstall SingleStore from your nodes by using the `sdb-deploy uninstall` command. This will remove the `singlestoredb-server` package for that version of SingleStore (all versions of SingleStore can be uninstalled using the `--all-versions` flag).As part of the removal process, or to simply remove Studio, perform the following operation:> **❗ Important**: The `purge` command and `-P` flag will remove the binaries in the package as well as any configuration files. If you want to keep the configuration files, use the `remove` command or `-r` flag instead.**Online**```shell
  sudo apt purge singlestoredb-studio

  ```**Offline**```shell
  sudo dpkg -P /tmp/singlestoredb-studio<version>_amd64.deb

  ```

***

Modified at: January 10, 2023

Source: [/db/v9.1/reference/singlestore-tools-reference/singlestore-studio/uninstall-singlestore-studio/](https://docs.singlestore.com/db/v9.1/reference/singlestore-tools-reference/singlestore-studio/uninstall-singlestore-studio/)

(An index of the documentation is available at /llms.txt)
