Home > OS >  Uninstall Jetbrains toolbox on Ubuntu
Uninstall Jetbrains toolbox on Ubuntu

Time:08-30

I downloaded and installed JetBrains toolbox on Ubuntu. I want to uninstall it now. It is not listed in the UBUNTU SOFTWARE app.

How do I uninstall manually ??

CodePudding user response:

From an article on the Toolbox support:

To uninstall Toolbox App on Linux:

  1. Uninstall all applications installed in Toolbox App
  2. Uncheck 'Run at login' in Toolbox App settings or remove ~/.config/autostart/jetbrains-toolbox.desktop
  3. Exit Toolbox App
  4. Remove directory ~/.local/share/JetBrains/Toolbox
  5. Remove file ~/local/share/applications/jetbrains-toolbox.desktop
  • Related