LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   loading Mcafee from cdrom (https://www.linuxquestions.org/questions/linux-newbie-8/loading-mcafee-from-cdrom-45080/)

flyer26 02-12-2003 10:11 AM

loading Mcafee from cdrom
 
I am trying to load Mcafee from a cdrom. The file is called vlnx4121.tar.z. I have copied the file using the cp comand to the /tmp directory. I tried using the tar -xvf vlnx4121.tar.z and keep getting the following error:
Tar:vlnx4121.tar.z: No such file or directory
Tar:error is not recoverable:exiting now

If anyone has any clues in what i may be doing wrong??
Thanks

Crashed_Again 02-12-2003 10:51 AM

Umm the "No such file or directory" error leads me to believe that something went wrong with the cp command or your not in the correct directory when you try to tar it. Try:

tar xzvf /tmp/vinx4121.tar.z

If your looking for anti-virus try F-Prot. Its free!

flyer26 02-12-2003 01:34 PM

I copied the tar file to my home directory and then did the following command :

tar -xzvf vlnx* and it worked...

not sure why but thanks for you help...


All times are GMT -5. The time now is 08:48 AM.