Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 1st April 2006, 05:27 AM
Herbie Offline
Registered User
 
Join Date: Feb 2006
Posts: 34
Question How do I install a .tar or .tar.gz file?

I have downloaded a tar.gz screensaver. I would like to know how to install this screensaver. Please help!
Reply With Quote
  #2  
Old 1st April 2006, 07:04 AM
pparks1's Avatar
pparks1 Offline
Registered User
 
Join Date: Mar 2004
Location: Westland, Michigan
Age: 38
Posts: 2,317
First of all, you cannot install a tar.gz file.

A tar.gz file is what is called a compressed tarball. The .gz part tells you that the file is compressed with gnuzip. You can unzip with the gunzip app. gunzip file.tar.gz

The .tar tells you that the file is a tarball. In other words, a bunch of files that are put together in 1 tape archive (tar) file You need to run the tar command to untar that file. tar -xvf file.tar

From there, you should fine a readme with instructions on how to compiile and install the software . This step is always differrent, so I cannot tell you the next few steps, but there shoud be an INSTALL or a README which will tell you what to do.
__________________
RHCE and MCSE systems administrator
Registered Linux User #375155 For More Info or to register yourself

My Linux box is:
Ubuntu 8.04, Antec Sonata II case with 450-watt PS, AMD 64 X2 4600+ (65 watt), 4GB DDR2 800 RAM, 18X Lite-On DVD burner, Asus M2NPV-VM, Nvidia GeForce 7600GT (256MB), 320GB Western Digital SATA 3.0Gbps, Logitech MX-310, Dell 18" ultrasharp LCD, Microsoft Natural Ergonomic Keyboard 4000 and 2.1 Boston Acoustics sound system..
Reply With Quote
  #3  
Old 1st April 2006, 08:05 AM
tashirosgt Offline
Registered User
 
Join Date: Aug 2004
Posts: 3,855
Also you must "gunzip' a *.tar.gz or *.tgz file. So do
Suppose your file is newScreenSaver.tar.gz.
Then do
gunzip newScreenSaver.tar.gz
tar xf newScreenSaver.tar

Or use the 'z' option on tar to do it all at once.
tar xzf newScreenSaver.tar.gz

If you want to see the file names scroll by as they are created add the 'v' option too.
__________________
"Never let the task you are trying to accomplish distract you from the study of computers."
Reply With Quote
  #4  
Old 1st April 2006, 08:06 AM
Herbie Offline
Registered User
 
Join Date: Feb 2006
Posts: 34
Okay, so here's a problem...I found the Install and readme files and followed them...however, it says the following.
Code:
[root]$ ./configure
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for kde-config... /usr/bin/kde-config
checking where to install... /usr (as returned by kde-config)
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Any ideas where I can get a C compiler that will suit this criteria?
Reply With Quote
  #5  
Old 1st April 2006, 08:28 AM
tashirosgt Offline
Registered User
 
Join Date: Aug 2004
Posts: 3,855
You need to install the C compiler and probably the libraries commonly used by C programs. I suggest you begin by installing the packages

gcc
glibc-common
glibc-kernheaders
glibc-headers
glibc
glibc-devel

Do
rpm -qa | grep gcc
and
rpm -qa | grep glibc
to see what you already have.

When connected to the internet a command like
yum install gcc
Will get the package for you and ask if you want to install it. If you don't want to bother answering the questions, do
yum -y install gcc
__________________
"Never let the task you are trying to accomplish distract you from the study of computers."
Reply With Quote
  #6  
Old 1st April 2006, 11:38 AM
alphonsebrown's Avatar
alphonsebrown Offline
Registered User
 
Join Date: Feb 2005
Location: Sofia, Bulgaria
Age: 29
Posts: 791
Also checkinstall is useful to create rpms out of tgz compile once
__________________
Windows doesn't just crash - it opens a dialog box and lets you press OK first. Powered by RedHat since I know my self ;) Fedora 12 #379190
Reply With Quote
Reply

Tags
file, install, tar, targz

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
install .ko file hydra Using Fedora 9 4th February 2013 01:44 PM
how to install .run file?? aguntuk Using Fedora 5 2nd October 2012 05:09 PM
I can not install a bin file articwolfb Using Fedora 2 13th April 2009 12:51 AM
Install a .run File afedora Using Fedora 8 9th December 2008 06:14 AM
install for source problem. wont "make" install file Noobe_r6quick Using Fedora 1 8th June 2005 12:34 AM


Current GMT-time: 07:48 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat