We recommend that you first uninstall the previously installed transmission from the source code:
Sudo apt-get Remove transmission
I cannot log on to the official website, so download transmission from the sourceCode
Sudo apt-Get source transmission
My version is 1.51. decompress the package and modify the libtransmission/Web. c file.
Curl_easy_setopt (easy, curlopt_ipresolve, curl_ipresolve_v4)
Curl_easy_setopt (easy, curlopt_ipresolve, curl_ipresolve_v6)
To compile the source code, you need to install some other packages libssl-Dev, libcurl4-dev, intltool, libgtk2.0-Dev, the source has.
./Configure-Prefix =/opt/transmission-enable-shared-enable-GTK-Disable-cli-Disable-daemon
Make
Make check
Sudo make install
To support the graphic interface. After installation, you can use Ubuntu Software Center to add transmission to "Desktop shortcuts". Then you can download it quickly!