It's been tricky but I've setup the Transmission torrent downloader and webui, and remote access to my pi via a vnc server. It may not seem like much but it's been a great achievement for me!
I'm now stumped on trying to install a utility to extract rar files. I've googled and tried everything I can with unrar and 7zip but I can't get either to work properly from the command line, let alone from my ultimate aim of using them from a GUI in LXDE.
using unrar:
Code: Select all
$ sudo unrar e /mnt/wdmycloud/example.rarCode: Select all
/usr/bin/unrar: 1: /usr/bin/unrar: Syntax error: word unexpected (expecting ")")Code: Select all
apt-get install p7z-rar I have also tried downloading peazip and I have the package on my debian desktop but i cant extract it because it gives me the unrar error posted above and if I install from command line I can't find how to open the GUI in LXDE.
Many thanks in advance for any help that anyone can offer.