1.到
先下载thunderbird- 
15.0.1
.tar.bz2文件

2,解压缩到/usr/local目录下:sudo tar -jxf thunderbird-10.0.1.tar.bz2 -C /usr/local

3,将thunderbird加入执行路径:sudo ln -s /usr/local/thunderbird/thunderbird /usr/bin/

4,添加菜单:cd /usr/share/applications/

sudo vim thunderbird.desktop

代码如下内容:

  1. [Desktop Entry]  
  2. Name=Thunderbird 15.0  
  3. Exec=/usr/local/thunderbird/thunderbird  
  4. Icon=/usr/local/thunderbird/chrome/icons/default/default48.png  
  5. Terminal=false  
  6. Type=Application  
  7. Categories=Application;Network;  
  8. Encoding=UTF-8  
  9. Comment=This is Thunderbird 15  
  10. X-Desktop-File-Install-Version=0.3