Im new to ubuntu, and im trying to install utorrent.
Ive installed the library with the command
sudo apt-get install libssl0.9.8:i386
because
sudo apt-get -y install libssl0.9.8
didn't work.
Now i have to extract some files right, i use sudo cp ~/Downloads/utorrent-server.tar.gz.ubuntu-10.10-27079.tar.gz /opt/
, it says no such file or directory. I've also downloaded the utorrent server.
Can you please help me with the instructions.
Thank you.
After Rinzwind did a edit on my post, I tried again with the latest command:
sudo cp ~/Downloads/utorrent-server.tar.gz.ubuntu-10.10-27079.tar.gz/opt/
it says:
cp: missing destination file operand after ‘/home/home/Downloads/utorrent-server.tar.gz.ubuntu-10.10-27079.tar.gz/opt/’
sudo apt-get instal rtorrent
. I can validate it works with 14.04. – cubecubed Nov 08 '14 at 21:24ls ~/Downloads
– cubecubed Nov 09 '14 at 05:52sudo cp ~/Downloads/utserver.tar.gz /opt
. If I didn't put the correct file name of the .tar.gz just change it with what you have, which can be checked by a simplels
in your downloads directory – cubecubed Nov 10 '14 at 15:07