Install Mozilla Thunderbird 3 on Ubuntu with paketmanger.
Add the repository:
sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa
Add repository key:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 247510BE
Installation:
sudo apt-get update sudo aptitude install thunderbird-3.1 thunderbird-3.1-gnome-support
Older Ubuntu versions:
Edit „/etc/apt/sources.list“ and add the following lines:
deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main
Add the GPG key:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 247510BE
sudo aptitude update sudo aptitude install thunderbird-3.1 thunderbird-3.1-gnome-support
Note: Replace „jaunty“ with your Ubuntu version.
ruben
28 Mrz 2010Achtung!!!
TB3.1 ist noch Beta und zumindest bei mir hat die migration von TB2 nicht funktioniert
(siehe http://www.thunderbird-mail.de/forum/viewtopic.php?f=26&t=44792#p246250 )
Funktioniert hat es mit der Stable version Thunderbird 3.0.3
sudo aptitude install thunderbird-3.0 thunderbird-3.0-gnome-support