Hello All,
I installed SeaMonkey a while back, but I want to switch to Firefox and Thunderbird. I want to uninstall SeaMonkey, but it's not in the repositories. So I have to uninstall it manually.
I'm pretty sure "remove" is a basic operation, but I've never done it before. I have a hunch how to do it. I'm hoping someone can confirm that I'm doing the right thing.
SeaMonkey is located in two places on my system...
A folder:
/opt/seamonkey
A shell script:
/usr/bin/seamonkey
Do I have to uninstall both the folder and the shell script separately? Can I use the following command:
Thanks!
Matt
I installed SeaMonkey a while back, but I want to switch to Firefox and Thunderbird. I want to uninstall SeaMonkey, but it's not in the repositories. So I have to uninstall it manually.
I'm pretty sure "remove" is a basic operation, but I've never done it before. I have a hunch how to do it. I'm hoping someone can confirm that I'm doing the right thing.
SeaMonkey is located in two places on my system...
A folder:
/opt/seamonkey
A shell script:
/usr/bin/seamonkey
Do I have to uninstall both the folder and the shell script separately? Can I use the following command:
Code:
sudo rm -r /opt/seamonkey
Matt
Comment