PDA

View Full Version : [SOLVED] Help me in installing the software..



aprashanth
September 11th, 2009, 09:38 AM
I am trying to install a software.. called Rsoft..
Too start the installing process it requires me to copy the file into the home directory.. by binary format..

when I am giving the command

scp -rf media/cdrom0/Rsoft_LINUX/ home/tsrinu/Desktop
there is nothing happening.. why is this...please help..

realzippy
September 11th, 2009, 10:02 AM
try again with:

cp -r /media/cdrom0/Rsoft_LINUX ./Desktop/

aprashanth
September 11th, 2009, 10:25 AM
ya thank you it worked..