1. 程式人生 > >ubuntu安裝utorrent,下載六維資源

ubuntu安裝utorrent,下載六維資源

1.去utorrent官網下載,會自動給你下載linux的版本。utorrent-server-3.0-25053.tar.gz

2.解壓縮 $ tar -zxvf ./download/utorrent-server-3.0-25-53.tar.gz

解壓縮完後的資料夾 utorrent-server-v3_0

3.執行裡面的utserver檔案: $ ./utserver

然後會出錯,

./utserver: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory

4.少一個庫檔案,我們在安裝下。$ sudo apt-get install libssl0.9.8

5.重新執行  $ ./utserver

出現如下命令:

server started - using locale zh_CN.UTF-8
Using locale zh_CN.UTF-8
File not found during integrity check: ./settings.dat
File not found during integrity check: ./settings.dat.new
File not found during integrity check: ./settings.dat.old
File not found during integrity check: ./settings.dat
File not found during integrity check: ./settings.dat.new
File not found during integrity check: ./settings.dat.old
total physical memory -1 max disk cache 33554432
File not found during integrity check: ./dht.dat
File not found during integrity check: ./dht.dat.new
File not found during integrity check: ./dht.dat.old
File not found during integrity check: ./rss.dat
File not found during integrity check: ./rss.dat.new
File not found during integrity check: ./rss.dat.old
File not found during integrity check: ./resume.dat
File not found during integrity check: ./resume.dat.new
File not found during integrity check: ./resume.dat.old
IPv6 is installed

6,保持終端不要退出,在瀏覽器裡輸入:localhost:8080/gui/

使用者名稱:admin,密碼為空

7.進入utorrent主介面。

8.下下來的種子檔案預設所用transmission, 這個是可以的,如果要用utorrent的話,要在程式裡自己指定種子。

9 成功