How do I remove these following text editors
- Sublime text editor
- Sublime merge editor
- Notepad ++ editor
How do I remove these following text editors
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
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.