Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-18-2003, 11:22 AM
|
#1
|
Member
Registered: May 2003
Distribution: fedora 1
Posts: 137
Rep:
|
extract error tar.gz
I saved my downloaded Mozillafirebird.tar.gz file in /usr/local/src.
To extract tar.gz..
Run the following commnd in /usr/local/src
[root@localhost src]# tar -xvf MozillaFirebird-0.6-i686-pc-linux-gnu.tar.gz
tar:this does not look like a tar archive
tar:skipping to next headers.
tar:archive contains obsolescent base-64 headers.
tar:error exit delayed from previous errors.
why this error message occurs??
Last edited by eye; 05-18-2003 at 11:32 AM.
|
|
|
05-18-2003, 11:27 AM
|
#2
|
LQ Guru
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141
Rep:
|
Corrupted download?
|
|
|
05-18-2003, 11:28 AM
|
#3
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Look at the file:
file filename
SO
file MozillaFirebird-0.6-i686-pc-linux-gnu.tar.gz
Also look at the size. Maybe there was an error when it was copied over, you may have been out of space (are out of space) look with:
df -h
....Nevermind.
I see you missed the Z for the gz compression:
tar xvzf filename.tar.gz
Cool
|
|
|
05-18-2003, 11:33 AM
|
#4
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
You are doing it wrong... it's a gunzip. The file name ends with gz right? do like this first
gunzip MozillaFirebird-0.6-i686-pc-linux-gnu.tar.gz
then untar it
tar -xvf MozillaFirebird-0.6-i686-pc-linux-gnu.tar
|
|
|
05-18-2003, 11:50 AM
|
#5
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Or just add the z in the tar command:
tar xvzf
Cool
|
|
|
05-18-2003, 11:59 AM
|
#6
|
Member
Registered: Mar 2003
Location: Everett
Distribution: Slackware
Posts: 805
Rep:
|
tar -xvzf filename.tar.gz
Last edited by quietguy47; 05-18-2003 at 12:03 PM.
|
|
|
05-18-2003, 12:00 PM
|
#7
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
|
|
|
All times are GMT -5. The time now is 12:51 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|