Results 1 to 5 of 5
Hey everytime i try to install a tar.gz file and do the code:
tar -zxvf filename.tar.gz it just gives me no file or directroy found why is that.]
Oh and ...
- 04-03-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 2
How to install tar.gz?
Hey everytime i try to install a tar.gz file and do the code:
tar -zxvf filename.tar.gz it just gives me no file or directroy found why is that.]
Oh and filename as in the Cheese photo program
and how do i fix this problem.
- 04-03-2008 #2
1) are you in the correct directory?
2) Are you typing the name exactly ie capitalization counts in Linux
3) are there spaces in the file name? If so put the filename in quotes.
- 04-03-2008 #3
It definitely sounds like you're not int he correct directory. If you're trying to untar cheese.tar.gz in /home/name/downloads, and you're in /home/name, obviously it won't work.
Either cd to downloads or try 'tar -xzvf /downloads/cheese.tar.gz'
That is just an example.I praise Webmin and PuTTy!
Registered Linux User: 439431
- 04-03-2008 #4Just Joined!
- Join Date
- Apr 2008
- Posts
- 2
thanks
k thanks for the advice I'll try them out and tell you have they go.
- 04-04-2008 #5Just Joined!
- Join Date
- Aug 2007
- Location
- Delaware/USA
- Posts
- 27
see if your program
See if the program you want is listed under yast and let it install it for you. I found most programs are listed there, but you may have to add the repositories.


Reply With Quote