1

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/’
A.B.
  • 90,397
Tubuntu
  • 43
  • You should try out rTorrent. It works great with 14.04. Just do sudo apt-get instal rtorrent. I can validate it works with 14.04. – cubecubed Nov 08 '14 at 21:24
  • I will try this also, but i want to become a bit familiar with ubuntu commands, will let you know if it works. – Tubuntu Nov 08 '14 at 21:29
  • You will need to wait for a 14.04 version of utorrent. Looks likt the older utorrent versions seem to use a openssl/32-bit component that has been removed. – Rinzwind Nov 08 '14 at 21:33
  • So if im correct it will work with ubuntu older versions? – Tubuntu Nov 08 '14 at 21:35
  • Did you try this http://askubuntu.com/a/530961/215526 – cubecubed Nov 08 '14 at 22:35
  • Yes i got this: tar (child): utserver.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now – Tubuntu Nov 08 '14 at 23:35
  • Did you download the file in the link? If so please post the output of ls ~/Downloads – cubecubed Nov 09 '14 at 05:52
  • hello_world.php utserver.tar.gz php5 – Tubuntu Nov 09 '14 at 21:50
  • You're trying to copy a nonexistent file. Instead do sudo 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 simple ls in your downloads directory – cubecubed Nov 10 '14 at 15:07
  • It says: command not found. I installed rtorrent. Now to figure out how to work with this pogram. – Tubuntu Nov 10 '14 at 21:52
  • http://harbhag.wordpress.com/2010/06/30/tutorial-using-rtorrent-on-linux-like-a-pro/ under usage has good info – cubecubed Nov 11 '14 at 02:36

0 Answers0