Download uTorrent for Linux from the Internet.
However, if you are using ubuntu12.x, you will be reminded that there is an error.
Refer to the following content to solve the problem:
Http://www.howopensource.com/2011/08/utserver-error-while-loading-shared-libraries-libssl-so-0-9-8-libcrypto-so-0-9-8-solved/
In fact, it is the following thing to install idea.
If it is fedora
Sudo ln-S/usr/lib/libssl. so.10/usr/lib/libssl. so.0.9.8
And
Sudo ln-S/lib/libcrypto. so.10/lib/libcrypto. so.0.9.8
For Ubuntu
Sudo apt-Get install libssl0.9.8: i386
The reason is that I copied it directly.
In ubuntu 13.04/12.10/12.04/you need to install this library. in fedora 18/17/16/15/14 These library has been updated to libssl. so.10 and libcrypto. so.10, so you need to create a symbolic link for it as libssl. so.0.9.8 and libcrypto. so.0.9.8.
If not you may get this errors.
Utserver: Error while loading shared libraries: libssl. so.0.9.8: cannot open shared object file: no such file or directory
Or
Utserver: Error while loading shared libraries: libcrypto. so.0.9.8: cannot open shared object file: no such file or directory