LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-14-2004, 02:52 PM   #1
m3s3lf
Member
 
Registered: Oct 2004
Distribution: SuSe 9.1
Posts: 41

Rep: Reputation: 15
Installing software is a PITA with linux!!


Why does it have to be so difficult? Why can't you just double click on an icon and follow a stupid little wizard?!
I'm trying to install Mozilla Thunderbird and can't find a decent tutorial anywhere.

Last edited by m3s3lf; 12-14-2004 at 02:53 PM.
 
Old 12-14-2004, 03:26 PM   #2
mjrich
Senior Member
 
Registered: Dec 2001
Location: New Zealand
Distribution: Debian
Posts: 1,046

Rep: Reputation: 45
Any reason not to just use Yast, and install MozillaThunderbird-x.y-z.i586.rpm ?
 
Old 12-14-2004, 03:26 PM   #3
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Why aren't you using YAST? It makes things so simple in SuSE. And Firefox is a piece of cake - all you need to do is extract the files and read the README or INSTALL file to find out what to do.

You could also look into Apt4RPM for SuSE.
 
Old 12-14-2004, 03:42 PM   #4
mjjzf
Member
 
Registered: Feb 2004
Location: Valby, Denmark / Citizen of the Web
Distribution: Slackware 14.1
Posts: 879

Rep: Reputation: 39
The actual answer to the question

Is the version up to date with YaST? I used apt and got ThunderBird 0.8.
I looked at the site and I must agree with the thread starter: This does not make sense for a multi-platform mail client.
The FAQ features the question:
"How do I install Mozilla Thunderbird?"
with the answer
"For Windows, unzip the file into a folder of your choosing. Launch thunderbird.exe."
Thank you, immensely useful. Usually mozilla.org detects one's system type, but I picked this info up using Firefox on Linux.

Anyway,
if you download the latest 1.0 version, you get a tar.gz file. You should hit the terminal and untar the file with
Code:
tar -zxvf thunderbird-1.0.tar.gz
This will create a thunderbird folder.
And, well, that's pretty much it. you can then run the ThunderBird executable with
Code:
./thunderbird
from within the folder. If you want to create a keyboard or toolbar shortcut to it, it should simply point to this executable.
There is no installation into the system as such.

Last edited by mjjzf; 12-14-2004 at 03:56 PM.
 
Old 12-14-2004, 04:35 PM   #5
m3s3lf
Member
 
Registered: Oct 2004
Distribution: SuSe 9.1
Posts: 41

Original Poster
Rep: Reputation: 15
I couldn't find Thunderbird in RPM format, so yast can't help me. I read the readme file and it directs me to a website that provides no help at all. I'll try what you said, OSourceDiplomat, when I get hope.
Thanks all.
Billy
 
Old 12-14-2004, 04:37 PM   #6
mjjzf
Member
 
Registered: Feb 2004
Location: Valby, Denmark / Citizen of the Web
Distribution: Slackware 14.1
Posts: 879

Rep: Reputation: 39
Wrote to the fellow who maintains the ThunderBird FAQ and asked him to include the Linux way in the "How do I install Mozilla Thunderbird?" section.
 
Old 12-14-2004, 04:59 PM   #7
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
Because using a stupid little installer you'd be stuck using whatever version of shared libraries shipped with the de facto issue of your Operating System (a la windows) rather than being able to upgrade individual aspects of your operating system and have new programs take immediate advantage of them. So if you want a simple solution in the long run there are two options:

1. Statically linked programs which can be enormous, or
2. Everyone uses the same version of everything on their computer, defeating one of the principles of free software (that's free as in freedom)
 
Old 12-14-2004, 05:05 PM   #8
mjrich
Senior Member
 
Registered: Dec 2001
Location: New Zealand
Distribution: Debian
Posts: 1,046

Rep: Reputation: 45
You may need to update your Yast rpm sources from a nearby mirror. It's definitely there on our local mirron, anyway (though as OSourceDiplomat said, it isn't the most current version).

Cheers,

mj
 
Old 12-14-2004, 05:43 PM   #9
m3s3lf
Member
 
Registered: Oct 2004
Distribution: SuSe 9.1
Posts: 41

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by mjrich
You may need to update your Yast rpm sources from a nearby mirror. It's definitely there on our local mirron, anyway (though as OSourceDiplomat said, it isn't the most current version).

Cheers,

mj
Cool, I'll try that first.
 
Old 12-14-2004, 05:44 PM   #10
m3s3lf
Member
 
Registered: Oct 2004
Distribution: SuSe 9.1
Posts: 41

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by OSourceDiplomat
Wrote to the fellow who maintains the ThunderBird FAQ and asked him to include the Linux way in the "How do I install Mozilla Thunderbird?" section.
Are you suggesting I do that or are you saying that's what you did?
Thanks,
Billy
 
Old 12-14-2004, 05:44 PM   #11
m3s3lf
Member
 
Registered: Oct 2004
Distribution: SuSe 9.1
Posts: 41

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Komakino
Because using a stupid little installer you'd be stuck using whatever version of shared libraries shipped with the de facto issue of your Operating System (a la windows) rather than being able to upgrade individual aspects of your operating system and have new programs take immediate advantage of them. So if you want a simple solution in the long run there are two options:

1. Statically linked programs which can be enormous, or
2. Everyone uses the same version of everything on their computer, defeating one of the principles of free software (that's free as in freedom)
Good answer
 
Old 12-14-2004, 08:10 PM   #12
drj000
Member
 
Registered: Sep 2004
Location: Houston, TX
Distribution: Fedora
Posts: 261

Rep: Reputation: 33
Quote:
Originally posted by m3s3lf
I couldn't find Thunderbird in RPM format, so yast can't help me.
Did you try rpmfind.net? That's where I found it. Try this link: http://fr2.rpmfind.net/linux/rpm2htm...mit=Search+...
 
Old 12-14-2004, 09:48 PM   #13
m3s3lf
Member
 
Registered: Oct 2004
Distribution: SuSe 9.1
Posts: 41

Original Poster
Rep: Reputation: 15
Re: The actual answer to the question

Quote:
Originally posted by OSourceDiplomat
Is the version up to date with YaST? I used apt and got ThunderBird 0.8.
I looked at the site and I must agree with the thread starter: This does not make sense for a multi-platform mail client.
The FAQ features the question:
"How do I install Mozilla Thunderbird?"
with the answer
"For Windows, unzip the file into a folder of your choosing. Launch thunderbird.exe."
Thank you, immensely useful. Usually mozilla.org detects one's system type, but I picked this info up using Firefox on Linux.

Anyway,
if you download the latest 1.0 version, you get a tar.gz file. You should hit the terminal and untar the file with
Code:
tar -zxvf thunderbird-1.0.tar.gz
This will create a thunderbird folder.
And, well, that's pretty much it. you can then run the ThunderBird executable with
Code:
./thunderbird
from within the folder. If you want to create a keyboard or toolbar shortcut to it, it should simply point to this executable.
There is no installation into the system as such.
WOW! That was easy! It worked like a charm! Just for future reference... how would I know what to type instead of ./thunderbird ?
Thanks a lot guys!
Billy
 
Old 12-15-2004, 12:37 AM   #14
m3s3lf
Member
 
Registered: Oct 2004
Distribution: SuSe 9.1
Posts: 41

Original Poster
Rep: Reputation: 15
Also, it seems to save my settings and everything, but to open the program up again after restarting, I have to go to the terminal and type ./thunderbird. Is this how it should be? Should I untar it to a different folder? And can I make a shortcut icon to run it?
Thanks again,
Billy
 
Old 12-15-2004, 04:20 AM   #15
mjjzf
Member
 
Registered: Feb 2004
Location: Valby, Denmark / Citizen of the Web
Distribution: Slackware 14.1
Posts: 879

Rep: Reputation: 39
I wrote the operator. Hope he'll put it on the FAQ.
What you have is basically a folder you can put anywhere. I downloaded it - I have a folder called /home/morten/downloads/ which is the default FireFox download folder - and untarred it and came up with the folder /home/morten/downloads/thunderbird/. In this case, if I wanted to create a desktop/toolbar shortcut to it, I should link to the executable thunderbird, ie the shortcut should point to /home/morten/downloads/thunderbird/thunderbird. Also, in the untarred thunderbird folder, there is a folder called icons, so you can get the correct icon for your shortcut there.
Now, I didn't really want it there. Your e-mail client in the Download folder doesn't make sense... so I put in the /opt folder, which is the tradional default folder for programs not installed by default. I moved it as root, as the user doesn't have write permissions. Of course, you could just create a /home/your_name/programs/ folder and put the thunderbird folder in that.
Where you put the program is not very important, since it will look for or create a mail file in your Home directory. So if the path is right, there is no problem. The path to the mail file can be seen in ThunderBird at edit > account settings > Local Folders.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is K3B always such a PITA ??? bigjohn Linux - Software 5 08-20-2005 01:34 PM
nuisance error(s)/PITA ??? bigjohn Debian 9 05-08-2005 03:49 PM
Installing software from another Linux CD:s jaakkop Slackware 6 09-26-2004 11:27 AM
bind is a pita.... trey85stang Linux - Networking 2 07-14-2004 07:28 PM
installing Linux and its software rodrigueskevin Linux - Software 6 07-07-2003 09:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration