Install Thunderbird in Debian 8
September 17, 2015 in software, Web Server
Install Thunderbird in Debian 8
Lets begin by downloading Thunderbird.
Visit the official Thunderbird site https://www.mozilla.org/thunderbird/ and click on Download button.
This will download a file like thunderbird-xx.x.x.tar.bz2 where “x” is the current version of Thunderbird.
Lets move that file in /usr directory.
sudo mv ~/Downloads/thunderbird-xx.x.x.tar.bz2 /usr/
Go to /usr and decompress Thunderbird:
cd /usr
sudo tar xvf thunderbird-xx.x.x.tar.bz2
Remove the compressed file:
sudo rm thunderbird-xx.x.x.tar.bz2
lets create the launcher. Press the “Super Key” (this one is located on your keyboard between “ctrl” and “alt”. In windows world is also called “Windows Key”)
then type “main menu”
Pages: 1 2
Thanks very much. Was the only guide that worked for me. Properly explained
Thank you very much, it helped me a lot
thank you, very helpful…
than q 🙂
Works like a charm.
Thank you.
Thank you. This will not update it going forward though, correct?
Thank you very much
thank you Sir, very useful article
You are amazing. this has been a life saver. thanks a lot mate!