Find the answer to your Linux question:
Results 1 to 5 of 5
I am fairly new to Linux, I am running Ubuntu 7.10. I've tried installing ClamAV and GuardDog and this keeps popping up, I don't know If I'm doing something wrong ...
  1. #1
    Just Joined!
    Join Date
    Jun 2008
    Location
    Ohio
    Posts
    3

    Angry RPM/Tar/GZ files wont open.

    I am fairly new to Linux, I am running Ubuntu 7.10. I've tried installing ClamAV and GuardDog and this keeps popping up, I don't know If I'm doing something wrong in the Terminal. Or there is another matter at hand.

    chaos@kyle-desktop:~$ tar -xzf klamav-0.43-installer.tar.gz
    tar: klamav-0.43-installer.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors

    chaos@kyle-desktop:~$ tar -xzf guarddog-2.6.0.tar.gz
    tar: guarddog-2.6.0.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors

    Mind you, Both the RPM and the Tar.gz are on my desktop.
    Can anyone give me their two cents on this? It would be greatly appreciated. =]

  2. #2
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695
    chaos@kyle-desktop:~$ tar -xzf klamav-0.43-installer.tar.gz
    The ~ in your path tells me you are in your home directory (usually /home/username.) Items on the desktop are usually under /home/username/Desktop.

    You need to change directory (cd) to the Desktop folder. The file you are trying to extract is *not* in that directory. That is what the error is telling you - file does not exist in this location.

  3. #3
    Just Joined!
    Join Date
    Jun 2008
    Location
    Ohio
    Posts
    3
    Alright thank you, One more quick question, How does one CD?

  4. #4
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695
    You already have a command terminal open, so from the command prompt:

    Code:
    cd /dir/you/want/to/go/to
    [Enter]
    Maybe Google for "linux command line basics" => Linky

  5. #5
    Just Joined!
    Join Date
    Jun 2008
    Location
    Ohio
    Posts
    3
    Sorry. I have the command, I kept putting in cd /path/desktop/etc >>; Thank you. =]

Posting Permissions

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