Here's a very brief description of how to get them set up:
mkdir ~/tmp cd ~/tmp wget ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/24.1.0/linux-x86_64/en-GB/thunderbird-24.1.0.tar.bz2 tar xvf thunderbird-24.1.0.tar.bz2 cd thunderbird/ sudo mkdir /usr/local/lib/thunderbird-24.1.0 sudo cp * -R /usr/local/lib/thunderbird-24.1.0 sudo rm /usr/local/bin/thunderbird sudo ln -s /usr/local/lib/thunderbird-24.1.0/thunderbird /usr/local/bin/thunderbird
No comments:
Post a Comment