Link to home
Start Free TrialLog in
Avatar of E=mc2
E=mc2Flag for Canada

asked on

Installing Thunderbird 17.0.8 on Ubuntu 12.04

I require an installer for Thunderbird 17.0.8 for Ubuntu 12.04, or perhaps a command in Terminal to download this old version and install it.
ASKER CERTIFIED SOLUTION
Avatar of tuanbo91
tuanbo91

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jordan Medlen
Jordan Medlen

Installing Thunderbird 17

Use CTRL + ALT + T from the desktop to open terminal and add the Thunderbird repository under Ubuntu 12.10/12.04, Xubuntu 12.10, Linux Mint 14/13.

$ sudo add-apt-repository ppa:mozillateam/thunderbird-stable

Next, update the system software packages using update command.

$ sudo apt-get update

Once you’ve updated the system, install it using the following command.

$ sudo apt-get install thunderbird
Hi!

You can check what versions you have in your cache by using:
apt-cache show thunderbird

Open in new window


Then install an older version by using:
sudo apt-get install 17.0.6+build1-0ubuntu0.12.04.1

Open in new window


If you need another version than available in the cache, use a deb-file!

Regards, Tobias
Avatar of E=mc2

ASKER

Thanks Tobias.  As it turns out this install is not in the cache.  How do I obtain a deb file and install it?
Avatar of E=mc2

ASKER

@tuanbo91 - How do I install the software after downloading it?
If you download the bz files provided above, no need to install. Just bunzip then untar the archive and run. I tried locating 17.0.8 as a deb file, and cannot seem to find. You can find 17.0.5 from http://www.ubuntuupdates.org/package/core/lucid/universe/updates/thunderbird.
Avatar of E=mc2

ASKER

Thanks. Need some clarification on bunzip then untar then run.
Avatar of E=mc2

ASKER

Thanks, however I need the 17.0.8 version, not 17.0.5.
Avatar of E=mc2

ASKER

Will this automatically install on Ununtu 12.04?
It is historical version.
It's only use is some testing.
So:
mkdir -p /opt/old/tb17
cd /opt/old/tb17
tar xf ~/Telechargements/thunder*bz2
thunderbird/thunderbird &
Avatar of E=mc2

ASKER

@gheist - how do i try to run thunderbird after following your instructions?
Do you have a thunderbird folder in /opt/old/tb17 ? Then try:

/opt/old/tb17/thunderbird/thunderbird &

Or if thunderbird is directly in the tb17 folder:

/opt/old/tb17/thunderbird &
Avatar of E=mc2

ASKER

Cannot execute binary file
Avatar of E=mc2

ASKER

There is a single executable file in opt old tb17 thunderbird
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mazdajai
Can you post the error?

wget "https://download.mozilla.org/?product=thunderbird-17.0.8&os=linux&lang=fr"
tar xvjpf -C /opt thunderbird-17.0.8.tar.bz2
ln -s /opt/thunderbird/thunderbird /usr/bin/thunderbird
thunderbird

Open in new window

Avatar of E=mc2

ASKER

I didn't want to download the french version but english
Avatar of E=mc2

ASKER

I did a wget of the en-US version.

After the command:  tar xvjpf -C /opt thunderbird-17.0.8.tar.bz2
It says tar (child): -C:  Cannot open: No such file or directory
tar (child):  Error is not recoverable; exiting now
tar: Child returned status 2
tar:  Error is not recoverable: exiting now
if the directory not exist you can create it -

mkdir /opt

Open in new window

Avatar of E=mc2

ASKER

There is a directory called opt already.
You need to be in the same directory as the tar file.
Avatar of E=mc2

ASKER

I am in the same directory as the tar file, which is in the Downloads folder.
Can you post the following command -

ls -lah <thunderbird tar file>
tar xvjpf -C /opt <thunderbird tar file>

Open in new window

Avatar of E=mc2

ASKER

1.
-rw-------1 myusername myusername 25M Jan 4 22:09 thunderbird-17.0.8.tar.bz2

2.
tar (child): -C:  Cannot open: No such file or directory
tar (child):  Error is not recoverable; exiting now
tar: Child returned status 2
tar:  Error is not recoverable: exiting now
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of E=mc2

ASKER

Ok, that worked, however:
After I do the following steps:

ln -s /opt/thunderbird/thunderbird /usr/bin/thunderbird
thunderbird

I get the following message:
/usr/bin/thunderbird:  cannot execute binary file
Are you root? Is there a file exist call /usr/bin/thunderbird?

ls -lah /usr/bin/thunderbird

Open in new window

Avatar of E=mc2

ASKER

lrwxrwrwx 1 root root 28 Jan 4 22:59 /usr/bin/thunderbird -> /opt/thunderbird/thunderbird
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of E=mc2

ASKER

1. Linux myname-xxxxx 3.2.0-58-generic-pae #yz Ubuntu SMP Tue Dec 3 18:00:02 UTC 2013 i686 i686 i386 GNU/Linux

2.
[1] 2328
myname@myname-xxxxx:~$ bash: /usr/bin/thunderbird: cannot execute binary file
Sounds like there is architecture mismatch. Please provide output -

$ file /opt/thunderbird/thunderbird
/opt/thunderbird/thunderbird: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), stripped

Open in new window

Avatar of E=mc2

ASKER

I deleted the downloads and folders and redownloaded a different architecture.  I got it working.  Now, how do I get it to have a visible link so that I don't have to type in thunderbird at the Terminal?
You can use launcher to create shortcut -

apt-get install --no-install-recommends gnome-panel
gnome-desktop-item-edit ~/Desktop/ --create-new

Open in new window

Type: Application
Name: thunderbird
Command: thunderbird
Comment: thunderbird17
Avatar of E=mc2

ASKER

When I type the command:
gnome-desktop-item-edit ~/Desktop/ --create-new

It gives this message:
Unknown option  -/Desktop/
Avatar of E=mc2

ASKER

It's not:
gnome-desktop-item-edit ~/Desktop/ --create-new

It's:
gnome-desktop-item-edit ~ Desktop --create-new