Thunderbird 3 Beta in Ubuntu
Today it occurred to me that Thunderbird 2 is pretty old, so I looked into Thunderbird 3’s progress.
I stumbled across a thread on Nabble that contained a link to a mozilla PPA that included Thunderbird 3 Beta versions.
You can find it here:
PPA for Ubuntu Mozilla Daily Build Team
To install it, open a Terminal, then follow the steps below:
Backup your sources list:
sudo cp /etc/apt/sources.list /etc/apt/sources.list_bak
Backup your Thunderbird 2 profile (if you’ve been using it):
mkdir /home/<username>/.mozilla-thunderbird_bak cp -R /home/<username>/.mozilla-thunderbird/* /home/<username>/.mozilla-thunderbird_bak/
Open the list in gedit:
sudo gedit /etc/apt/sources.list
Scroll to the bottom of this file and paste the repository location (the selected lines in the below image). Make sure you select the version of Ubuntu that you’re using!

Save then close sources.list.
Add the GPG key:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com EF4186FE247510BE
Update package information:
sudo apt-get update
If you get an error here, repeat the GPG key add step, replacing the above key with the key reported in the error message.
Now install Thunderbird 3!
sudo apt-get install thunderbird-3.0
When that’s done, you’ll be able to access it at: Applications -> Internet -> Shredder 3 Mail/News.
If you want to change the icon:
sudo gedit /usr/share/applications/thunderbird-3.0.desktop
Replace the text following Icon= with a path to your image file. For example:
... Icon=/home/faceleg/.icons/hydroxygen/128x128/apps/thunderbird02.png ...
Save and close the file.
Have fun!
Like this post? Move it on along with:
Email |
delicious |
Digg |
Tweet |
Reddit |
Newsvine |
Furl |
Google |
Stumble |
HaoHao
| Trackback: |
Related posts:
- Rescuing Settings From Broken JDownloader Installation in Ubuntu Somehow I broke my JDownloader installation, by meddling with the network settings. As I had quite a lot of download packages queued, I wanted to rescue them and use them with the latest version of JDownloader. I managed to do this successfully, here's how:...
- Installing JDownloader in Ubuntu Scroll to comments JDownloader is an excellent download manager. When I had a Mac I used Speed Downloader, but when the free trial period ran out I switched back to DownThemAll, a download manager plugin for Firefox. The only thing I missed about Speed Downloader was its ability to store my Rapidshare Password: a [...]...
- OpenCyc/ResearchCyc in Ubuntu The following are the exact steps I took to get OpenCyc running in Ubuntu 8.10. Without this thread I wouldn’t have been able to do it....
- Ubuntu 8.10 on a Macbook Installing Ubuntu 8.10 took 15 minutes. I cannot believe how easy it was....
- Partition Displayed as ‘40.0 GB Volume’ Instead of Mount Name Ubuntu Installing Ubuntu on my parent's computer today I ran into this problem: though the Windows and Storage partitions were being mounted correctly at login, they were displaying as "40.0 GB Media" and "80.0 GB Media" respectively. ...





























[...] you use ubuntu and wanna give it a try this link will help you. Again i would say that its beta software, which in my experience is cool, may [...]