
Mozilla Thunderbird es un cliente de correo electrónico de la Fundación Mozilla. El objetivo de Thunderbird es desarrollar un Mozilla más liviano y rápido mediante la extracción y rediseño del gestor de correo del Mozilla oficial. Es multiplataforma, utiliza el lenguaje de interfaz XUL y es software libre. Mozilla Firefox respeta la misma filosofía.
Instalación de Thunderbird
- # apt-get install libstdc++5 ( Libreria necesaria para Mozilla )
- # cd /opt
- # wget ( Descargar Thunderbird )
- # tar -zxvf thunderbird-2.0.0.17.tar.gz (descomprimir el archivo )
- cd thunderbird ( entramos ala carpeta )
- Enlasemos thunderbird al sistema
- # ln -sf /opt/thunderbird/thunderbird /usr/bin/thunderbird
- # ln -sf /opt/thunderbird/thunderbird /usr/bin/mozilla-thunderbird
- # ln -sf /opt/thunderbird/thunderbird /usr/bin/mozilla
Ahora solo falta agregar al menu y ejecutarlo
Tipo: Aplicacion
Nombre: Thunderbird
Comando: Thunderbird
Comentario: Cliente de Correo – Thunderbird- # apt-get install libstdc++5 ( Libreria necesaria para Mozilla )








