Remove list of text editor

How do I remove these following text editors

  1. Sublime text editor
  2. Sublime merge editor
  3. Notepad ++ editor

To remove the editors, run these commands-
sudo apt-get remove sublime-text
sudo apt-get remove sublime-merge
sudo snap remove notepad-plus-plus
OR
To completely remove the editors along with their leftover configs, caches, etc. Use these-
sudo apt-get remove --purge sublime-text
sudo apt-get remove --purge sublime-merge
sudo snap remove --purge notepad-plus-plus

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.