https://www.ezylinux.com/en/how-to-install-utorrent-on-centos-6/
uTorrent is famous bit torrent client and a few years ago the uTorrent client was only supported the Windows platform. So if you need to run the uTorrent on Linux you need to have wine windows emulator for run this client.
Now uTorrent has release the uTorrent Linux version that build the binary based on Ubuntu OS. The Linux version provides only WebUI interface for use. If you need to run on CentOS 6 you can following the installation steps below.
Step for install uTorrent on CentOS 6
- Install needed packages
[tum@ezylinux ~]$ yuminstall-y wget glibc openssl libgcc unzip - Create sym link for libssl because the CentOS 6 has newer version of uTorrent required
For i686 or x86[tum@ezylinux ~]$ln-s /usr/lib/libssl.so.1.0.0 /usr/lib/libssl.so.0.9.8[tum@ezylinux ~]$ln-s /usr/lib/libcrypto.so.10 /usr/lib/libcrypto.so.0.9.8For x86_64
yuminstallopenssl098eln-s/usr/lib64/libssl.so.0.9.8e/usr/lib64/libssl.so.0.9.8
ln-s/usr/lib64/libcrypto.so.0.9.8e/usr/lib64/libcrypto.so.0.9.8 - Download uTorrent for Linux and Extract it.For i686 or x86
[tum@ezylinux ~]$ wget -qO - http://download.utorrent.com/linux/utorrent-server-3.0-ubuntu-10.10-27079.tar.gz |tarxvzf -For x86_64[tum@ezylinux ~]$ wget -qO - http://download.utorrent.com/linux/utorrent-server-3.0-ubuntu-10.10-27079.x64.tar.gz |tarxvzf - - Go to utorrent folder and extact webui.zip file by following:
[tum@ezylinux ~]$cdutorrent-server-v3_0[tum@ezylinux utorrent-server-v3_0]$ unzip webui.zip - Start utserver
[tum@ezylinux utorrent-server-v3_0]$ ./utserver & - Open the browser and go to url below:
http://<ip-address>:8080/gui/Login information
** user = admin and no password
댓글 없음:
댓글 쓰기