View Single Post
Posts: 230 | Thanked: 302 times | Joined on Oct 2009 @ Helsinki, Suomi (Finland)
#17
Originally Posted by OVK View Post
OK, managed to get the packages installed (librtmp and rtmpdump needed the root privileges) and yle-dl package extracted but can't figure how to move the script to ~/bin or /usr/local/bin... I usually use FileCase to move the files but it does not have privileges to copy the script to these folders and Xterm seems to missing cp command (what is the copy command in Xterm?).

BTW, if someone else is wondering: the debs are downloaded to the .downloads folder and the yle-dl archive to Downloads folder...
Harmattan has cp built into busybox so it should work.
Just to show it's there we can use command which (no need to write unless you're interested):
Code:
~ $ which cp
/bin/cp
~ $ ls -l /bin/cp
lrwxrwxrwx    1 root     root    7 Jul  3  2012 /bin/cp -> busybox
Open meego terminal and use devel-su to get necessary permissions, then proceed to copy the file (it helps to use tab key to autocomplete paths).
Code:
$ devel-su
# cp /home/user/MyDocs/Downloads/yle-dl /usr/local/bin/
I think what happened is that you didn't write the file location correctly as devel-su changes to root's home directory (/root) you can check this with command pwd.
Code:
~ # pwd
/root
Anyways. I hope it works now.
 

The Following User Says Thank You to ladoga For This Useful Post: