Install SeaMonkey 2.33 on Linux Ubuntu 14.04, Ubuntu 14.10 and Derivative Systems. SeaMonkey is an Internet suite that includes a Web-browser, advanced e-mail, newsgroup and feed client, IRC chat, HTML editor and web development tools. SeaMonkey is based on Mozilla Firefox.
SeaMonkey has the following features:
- SeaMonkey suite Internet browser uses the same rendering engine and application platform as Mozilla Firefox does. It comes with popular features like tabbed browsing, feed detection, popup blocking and smart location bar.
- SeaMonkey’s Mail and Newsgroups client features adaptive Junk mail filtering, tags and mail views, web feeds reading, tabbed messaging, multiple accounts, S/MIME, address books with LDAP support.
- It also features an easy-to-use HTML Editor, the ChatZilla IRC chat application and web development tools like a DOM Inspector and a JavaScript debugger.
- SeaMonkey can be extended with numerous Add-Ons that provide additional functionality and customization for a complete Internet experience.
Install SeaMonket 2.33
Install SeaMonkey 2.33 on Ubuntu, Linux Mint, Elementary OS and other Ubuntu Derivatives. SeaMonkey 2.33 is not available via any repository. To install it, we have to download SeaMonkey 2.33 from the Mozilla site, extract the archive and then install it.
Follow the instructions given below to install SeaMonkey 2.33 on
32 bit Linux systems
wget http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/2.33/linux-i686/en-GB/seamonkey-2.33.tar.bz2
tar -xjvf seamonkey-2.33.tar.bz2
sudo rm -rf /opt/seamonkey
sudo cp -r seamonkey /opt/seamonkey
sudo ln -sf /opt/seamonkey/seamonkey /usr/bin/seamonkey
64 bit Linux systems
wget http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/2.33/contrib/seamonkey-2.33.en-US.linux-x86_64.tar.bz2
tar -xjvf seamonkey-2.33.en-US.linux-x86_64.tar.bz2
sudo rm -rf /opt/seamonkey
sudo cp -r seamonkey /opt/seamonkey
sudo ln -sf /opt/seamonkey/seamonkey /usr/bin/seamonkey
Once installed, start SeaMonkey 2.33 from Dash or from Terminal (type seamonkey and hit enter).
Uninstall SeaMonkey 2.33 From Linux systems
To uninstall and remove SeaMonkey 2.33, run the following command:
sudo rm -rf /opt/seamonkey /usr/bin/seamonkey