LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-23-2004, 11:34 PM   #1
Lechium
Member
 
Registered: Jun 2004
Distribution: Gentoo
Posts: 102

Rep: Reputation: 16
How do you install .tar.gz files?


installpkg handles .tgz files just fine, howevr how do I install .tar.gz? In case of firefox, do i have to manually unzip it and put ti into mozilla folder?
 
Old 08-23-2004, 11:46 PM   #2
blk96gt
Member
 
Registered: Jun 2004
Location: Nacogdoches, TX
Distribution: Ubuntu 7.04
Posts: 230

Rep: Reputation: 30
Just use 'tar xzf file.tar.gz' to unzip the file, and usually there's an install or readme file in the directory that will tell you how to install.
 
Old 08-24-2004, 12:24 AM   #3
m0rt3r
Member
 
Registered: Mar 2004
Distribution: slackware 10
Posts: 75

Rep: Reputation: 15
or you can always go to http://www.linuxpackages.net and search for the application you are looking for. you can download firefox from there as a .tgz package. there are many other apps there such as k3b which i like to burn cds
 
Old 08-24-2004, 02:22 AM   #4
xushi
Senior Member
 
Registered: Jun 2003
Location: UK
Distribution: Gentoo
Posts: 1,288

Rep: Reputation: 45
You should unzip it first with gunzip, then untar it.. but you could do both in 1 step through

tar xvfz myPackage.tar.gz

Afterwards most probably to install it you'll have to use the three commands
./configure
make
make install

i prefer to use 'checkinstall' instead of 'make install'. It creates a .tgz package for you so that you just
installpkg myPackage.tgz
next time, as well as adds your package to pkgtool so that you can uninstall it anytime you want.
http://asic-linux.com.mx/~izto/checkinstall/

HTH
 
Old 09-19-2004, 08:07 PM   #5
SergeiTheSaint
LQ Newbie
 
Registered: Sep 2004
Posts: 11

Rep: Reputation: 0
Quote:
Originally posted by xushi
You should unzip it first with gunzip, then untar it.. but you could do both in 1 step through

tar xvfz myPackage.tar.gz

Afterwards most probably to install it you'll have to use the three commands
./configure
make
make install

i prefer to use 'checkinstall' instead of 'make install'. It creates a .tgz package for you so that you just
installpkg myPackage.tgz
next time, as well as adds your package to pkgtool so that you can uninstall it anytime you want.
http://asic-linux.com.mx/~izto/checkinstall/

HTH
I'm way new to linux, i have mandrake 10 installed, but i'm lost, I'm trying to install cdrtools, so I went into super user and accessed root, then accessed the folder that the tar.gz file was in. Did as you said, ran tar xvfz cdrtools-2.00.3, then wow, a bunch of files flew by the screen and I was left back at the cdrtools folder. What do I do now? I assume that it extracted the files right?

here is a part of it

"cdrtools-2.00.3/libparanoia/overlap.c
cdrtools-2.00.3/libparanoia/p_block.c
cdrtools-2.00.3/libparanoia/paranoia.c
cdrtools-2.00.3/libparanoia/cdda_paranoia.h
cdrtools-2.00.3/libparanoia/gap.h
cdrtools-2.00.3/libparanoia/isort.h
cdrtools-2.00.3/libparanoia/overlap.h
cdrtools-2.00.3/libparanoia/p_block.h
cdrtools-2.00.3/libparanoia/README.interface
cdrtools-2.00.3/libparanoia/README.paranoia
cdrtools-2.00.3/libparanoia/overlapdef.txt"

looked just like that but with more wording, sorry i'm big time noob in the land of linux, i'm frusted and need some help.

I didnt understand this part, i type in ./configure and then what? or where?
"Afterwards most probably to install it you'll have to use the three commands
./configure
make
make install"

Reason that i'm installing cdrtools is because the web site for the program said that i need it in order to install x-roast.

Thanks in advance if anybody helps.

P.S. I just noticed that i'm posting this in the wrong sections, sorry, i was doing a google search and ran accross this, I figured that the answer to owner of this thread is like mine, I am not liking mandrake it is running as fast as i've seen slackware run, however I cannot seem to find a download for slackwear that supports amd64. Thanks again.

Last edited by SergeiTheSaint; 09-19-2004 at 08:11 PM.
 
Old 09-19-2004, 08:28 PM   #6
tw001_tw
Member
 
Registered: Mar 2003
Location: St. Louis, MO
Distribution: kubuntu-current
Posts: 551
Blog Entries: 4

Rep: Reputation: 31
Quote:
cdrtools-2.00.3/libparanoia/README.paranoia
cdrtools-2.00.3/libparanoia/overlapdef.txt"

looked just like that but with more wording, sorry i'm big time noob in the land of linux, i'm frusted and need some help.

I didnt understand this part, i type in ./configure and then what? or where?
"Afterwards most probably to install it you'll have to use the three commands
./configure
make
make install"
In this case, the files were extracted to a new folder called 'cdrtools-2.00.3'.
Go into that directory, and then do the:
./configure
make
make install

as suggested by xushi. Also, he suggested looking into checkinstall. I 2nd that idea.
Checkinstall will make a tgz you can use again in your slackware install if necessary,
and it will also allow you to uninstall (easily) it if you ever need to.

-tw
p.s.
checkinstall homepage
http://asic-linux.com.mx/~izto/checkinstall/

If you do not use checkinstall, find the install.txt or readme in the cdrtools-2.00.3
directory. ./configure,make,make install is the standard (i guess you could say)
way of installing a program from source.

Last edited by tw001_tw; 09-19-2004 at 08:31 PM.
 
Old 09-19-2004, 09:52 PM   #7
SergeiTheSaint
LQ Newbie
 
Registered: Sep 2004
Posts: 11

Rep: Reputation: 0
Thanks, cool I got it figured out now, but i guess it wasnt built for amd-64, because when i typed ./configure it told me that it doesnt use that command anymore and to use make instead, so I did, however got an error, and umm, it was long, it had x86-64 in it, I phone a friend and he said that the program will not work with 64, however lucky noob me, its already install in Mandrake! so I now know how to burn an ISO so I can go and find a better operation system, I'm not liking mandrake, for example it keeps shutting off stuff that i'm working on, like typing in an address in mozilla and then all of a suddeen boom, no more.
 
Old 09-20-2004, 12:04 AM   #8
ringwraith
Senior Member
 
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,272

Rep: Reputation: 65
In the future if you have mandrake questions, I would suggest not asking it in a slackware forum. As I recall from my rpm days, it is usually best to install software from rpms when you are using an rpm based distro. Installing from source will leave the software missing from your rpm database. Slack users don't have to worry about that type of thing. Just a suggestion.
 
  


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
how to install .tar.bz and src.rpms and tar.gz files gadekishore Linux - Software 1 10-12-2005 08:09 PM
how do i install .tar files? squirlprotector Linux - Software 16 02-17-2005 06:04 PM
how to install tar.gz files bucovaina78 Linux - Newbie 12 11-12-2004 04:57 AM
How do you install tar/gz files, and rpm files? Fear58 Linux - Software 6 02-14-2004 04:35 PM
cant install .bin files, tar.gz files or anyother format!!! madskillz Linux - Newbie 4 10-05-2003 10:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:21 AM.

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