我刚刚安装了Ubuntu12.04,我想安装uTorrent。这在Windows上很容易。正如您在官方网站上看到的那样,Linux没有GUI版本。
那么我如何在ubuntu12.04上安装uTorrent呢?
注意:如果我必须使用命令行(终端),请告诉我如何打开它。
谢谢。
发布于 2013-08-23 16:14:12
如果您需要在Ubuntu12.04上安装uTorrent,您可以在以下任一项上尝试它。(基于葡萄酒的方法)
您可以按照by程序安装uTorrent。但是,我建议在12.04中使用像Vuze这样的buil-in逆流客户端。
如果您有uTorrent (即;uTorrent.exe )的可执行文件,最好尝试POL。
POL安装:-在终端中运行命令:
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux在运行POL之后,单击install按钮。然后单击POL安装菜单窗口下面的链接:
安装一个未列出的程序
然后,在Windows上安装uTorrent时,请遵循此过程。
如果您没有任何uTorrent.exe文件,可以使用它。
首先使用以下方法安装酒会:
sudo apt-get install winetricks。
然后试试:winetricks utorrent。
(或者手动转到Wine戏法GUI并选择“安装应用程序->uTorrent->OK”)
它将显示为:
Executing w_do_call utorrent
Executing load_utorrent
------------------------------------------------------
Please download utorrent_2.2.1.exe from http://www.oldapps.com/utorrent.php?old_utorrent=38, place it in /home/myname/.cache/winetricks/utorrent, then re-run this script.
------------------------------------------------------因此,转到链接uTorrent下载并下载uTorrent.exe,并将其放在指定的文件夹“/home/myname/..cache/wine戏法/utorrent”中。
就这样。在上述任何一种情况下,您都可以在12.04享受uTorrent。
发布于 2013-08-23 14:12:44
作为一种选择,我推荐qBitTorrent。它可以在Ubuntu软件中心找到。它非常类似于uTorrent,并且非常容易安装和使用。
https://askubuntu.com/questions/336262
复制相似问题