Results 1 to 6 of 6
How do you Install tar.gz Files in suse9.3?...
- 11-22-2005 #1
How to Install tar.gz Files
How do you Install tar.gz Files in suse9.3?
<advertising NOT allowed in signatures>
- 11-22-2005 #2
Things like this are pretty easy to find with Google.

Have you tried this way? Are you getting errors when you try?
- 11-22-2005 #3
as root
this command above is the equivalent of unzip in windows (it uncompresses an archive)Code:tar -zxvf nameof.tar.gz
then usually (but always read INSTALL file or README etc)
you usually can do configure and make as a regular user and make install as root. But these are very generic questions and the INSTALL file or whatever it is called in each particular case will give detailed instructions and if you still don't know then ask.Code:./configure make make install
All right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
- 11-23-2005 #4Thank You that worked great
Originally Posted by spencerf <advertising NOT allowed in signatures>
- 07-02-2008 #5Just Joined!
- Join Date
- Jul 2008
- Posts
- 1
what is "./configure"?? and what is "make" command?
why when i type it, it can't work?
- 07-02-2008 #6
Have you installed the gcc compiler?
Yast - Software - Software Management
Search for gcc
There will be a lot of packages for different purposes but normally just the main gcc package is enough.


