Red Hat Enterprise 6.3手动安装Thunderbird

字体大小: 中小 标准 ->行高大小: 标准

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 

Thunderbird 的详细介绍:请点这里
Thunderbird 的下载地址:请点这里

更多RedHat相关信息见RedHat 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=10

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/65162.html