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 ...
- 06-16-2008 #1Just Joined!
- Join Date
- Jun 2008
- Location
- Ohio
- Posts
- 3
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. =]
- 06-16-2008 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
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.chaos@kyle-desktop:~$ tar -xzf klamav-0.43-installer.tar.gz
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.
- 06-16-2008 #3Just Joined!
- Join Date
- Jun 2008
- Location
- Ohio
- Posts
- 3
Alright thank you, One more quick question, How does one CD?
- 06-16-2008 #4Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
You already have a command terminal open, so from the command prompt:
Maybe Google for "linux command line basics" => LinkyCode:cd /dir/you/want/to/go/to [Enter]
- 06-16-2008 #5Just Joined!
- Join Date
- Jun 2008
- Location
- Ohio
- Posts
- 3
Sorry. I have the command, I kept putting in cd /path/desktop/etc >>; Thank you. =]


Reply With Quote