Click to See Complete Forum and Search --> : So DUMB. I'm embarassed


ferg
11-07-2001, 09:55 AM
Ey,

Please, what is the command to copy a
file from the /RPMS/ folder on the RedHat CD#1 to my /var/tmp/ folder? Thanks

I tried a whole bunch of different syntax and not getting anywhere.

z0mbix
11-07-2001, 10:00 AM
Just use:

cp /mnt/cdrom/xxx/RPMS/filename.rpm /var/tmp/

;)

mrBen
11-07-2001, 10:08 AM
You should also be able to install an RPM direct from the CD in the normal way, without having to copy to the hdd at all.

ferg
11-07-2001, 10:27 AM
Thanks ;)