Is it safe to uninstall thunderbird?
Yes, it is completely safe to remove Mozilla Thunderbird. To do so, run the following command:
sudo apt-get purge thunderbird*
You can remove Thunderbird:
- open terminal: Ctrl+Alt+T
- Run this command:
sudo apt-get remove --purge thunderbird -y
- Exit terminal:
exit