Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Tar.gz problems
Name: ACW Date: March 17, 2007 at 12:33:09 Pacific OS: Linux Mint CPU/Ram: AMD X2 3500 Product: Self build
Comment:
I am New to Linux and I am trying to install a program called LightZone, which is a tar.gz file. I opened a terminal and typed the command tar -zxvf/LightZone-rev.6903.tar.gz, and extracted it to my home directory. Next I did Cd home/--------/LightZone and it came up bash ./configure no such file or directory If I open my home folder I can see the folder the files were extracted to so what am I doing wrong
Name: ACW Date: March 17, 2007 at 12:37:32 Pacific
Reply:
I missed a line out, after changing directory it read home/-------/Lightzone and I issued the command ./configure and it came up as in the post above about no file or directory.
0
Response Number 2
Name: Anton Kast Date: March 17, 2007 at 15:37:35 Pacific
Reply:
LightZone is distributed as an executable binary. You launch it by typing "LightZone" in that folder, not "configure".
A "configure" script would be normal for a source distribution that you compile yourself.
0
Response Number 3
Name: ACW Date: March 19, 2007 at 02:55:34 Pacific
Summary: I have recently come across a problem installing tar.gz files. This is what I did 1)Downloaded the file I wanted 2)opened a terminal and typed in tar zxfv myfile.tar.gz 3)Everything uncompressed ok no...
Summary: Hi, I am also having problem installing a .tar.gz file. I successfully gunzip it. But on issuing tar -xvh, my machine freezes. I tried untar -xvh, the output is command not found. Please how do i res...
Summary: i have downloaded tar.gz of xine-lib, i also have unzipped and made installation of that file systematically but i couldn't run that program nor i saw linked file in GUI, i think i was successful inin...