我已经尝试了所有的选择,我可以找到在多个论坛上获得uTorrent。我需要一个白痴的证明一步一步的指示。我使用了多个终端命令,但没有效果。
wget http://download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz 这是我得到的输出
--2014-04-27 10:05:39-- http://download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz
Resolving download.utorrent.com (download.utorrent.com)... 67.215.233.132
Connecting to download.utorrent.com (download.utorrent.com)|67.215.233.132|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-04-27 10:05:39 ERROR 404: Not Found.提前谢谢你的帮助。
发布于 2014-04-27 15:35:29
看起来这个文件对于wget来说是无懈可击的,但是可以通过web浏览器下载。我建议手动下载,然后在终端完成其余的工作。这是另一个故事,当你只在控制台模式工作.但是你总可以把它下载到某个地方,然后把它放在闪存盘上。
或
尝试使用lynx或其他终端web浏览器(f.e。链接,elinks)和它工作得很好:)(当然,如果不容易的话,试着用sudo apt-get install lynx安装它)
https://askubuntu.com/questions/456439
复制相似问题