Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    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.

  3. #3
    Linux Newbie harner's Avatar
    Join Date
    Jun 2004
    Location
    PA, USA
    Posts
    209
    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

  4. #4
    Just Joined!
    Join Date
    Apr 2008
    Posts
    2

    thanks

    k thanks for the advice I'll try them out and tell you have they go.

  5. #5
    Just 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...