Results 1 to 10 of 16
After having installed Linux Suse a week ago, I still feel like a rookie. I was trying to install the following software program,
thunderbird-1.0.2.tar.gz (A dreaded tarball).
Can anyone give ...
- 05-31-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 24
Tarball installation, how?
After having installed Linux Suse a week ago, I still feel like a rookie.
I was trying to install the following software program,
thunderbird-1.0.2.tar.gz (A dreaded tarball).
Can anyone give me a detailed explanation on the exact procedure used to decompress and properly install a tarball file program? I'm not exactly that good at using Linux code, so please explain clearly.
I did luck out and managed to get an RPM file program to install, but I should still know how to do the tarball method. Thanks.
- 05-31-2005 #2Linux User
- Join Date
- Mar 2005
- Location
- CA
- Posts
- 352
To unpack a tarball, type this in a terminal/command line:
Usually you'll need to compile after you unpack, but I believe Thunderbird does not need to be compiled (correct me if I'm wrong). You should just be able to run it after you unpack it.Code:tar -zxvf filename.tar.gz
- 06-01-2005 #3Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
Higly depends, thunderbird release both binary and sourcecode...
Originally Posted by soulbrothax831
- 06-01-2005 #4Just Joined!
- Join Date
- May 2005
- Posts
- 24
tarball installation how?
I typed what you said in the terminal command line and it didn't do anything. I downloaded the file and it's located in the /tmp file. I wouldn't know about compiling as I not even that far yet.
- 06-01-2005 #5Linux Engineer
- Join Date
- Jan 2005
- Location
- Chicago (USA)
- Posts
- 1,028
Download it to your user's home direcotry, usually /home/<username>
- 06-01-2005 #6Just Joined!
- Join Date
- May 2005
- Posts
- 24
Ok, I finally got it figured out. It took a little time, but I at least understand now. Thanks for the help.
- 06-19-2005 #7Just Joined!
- Join Date
- Jun 2005
- Location
- Jamaica
- Posts
- 1
could you post what you did?
- 06-19-2005 #8
Greatis, what you need to do is download the thunderbird tarball to /home/username and then untar it with
once you have done this go into the new directory that han been created and click on the install-thunderbird file and the install should start.Code:tar xzvf thurderbird-filename.tar.gz
dylunio
- 06-23-2005 #9Just Joined!
- Join Date
- Jun 2005
- Posts
- 5
Thunderbird
There is no install-thunderbird file.. so what file to should i use to install
- 06-23-2005 #10
Re: Thunderbird
Is there a thunderbird file that you can click?
Originally Posted by krellmk


Reply With Quote
