Results 1 to 3 of 3
Ok, so for the past few weeks I've been trying to install Trine. I think I've almost got everything right, except the libraries that came with it need to be ...
- 11-03-2011 #1Just Joined!
- Join Date
- Jun 2010
- Location
- Illinois
- Posts
- 18
This is so basic but... How to I get CP not to omit files/folders?
Ok, so for the past few weeks I've been trying to install Trine. I think I've almost got everything right, except the libraries that came with it need to be somewhere where the game can find them.
I'm running Fedora 15 KDE and all I want to do is copy my files from /usr/games/trine/lib64 to /usr/lib or /usr/lib64
and so I type
and the little thorn basically says "I'd prefer not to."Code:root$ cp /usr/local/games/trine/lib64/ /usr/lib
What gives? I'm doing this as root so it shouldn't be a permissions problem.Code:cp: omitting directory '/usr/local/games/trine/lib64'
Thank you in advance for any help. If I can get Trine to work on this partition, the last remaining reason I have to rarely boot into my windows partition is gone. Help me complete the conversion guys!
- 11-03-2011 #2
See the man pages for the cp command.
Code:cp -r /usr/local/games/trine/lib64/ /usr/lib/
Code:man cp
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 11-03-2011 #3Just Joined!
- Join Date
- Jun 2010
- Location
- Illinois
- Posts
- 18
Thank you, I had read it but not entirely understood that that was what the "recursive" option would do.
Still am not entirely sure what it does, but that seems to have gotten the libraries copied!


Reply With Quote