Gle*_*len 63 software-installation
我正在尝试安装 utorrent 而不是使用 torrent 应用程序,我刚从 Windows 7 上下来,有人可以帮助我吗?
One*_*ero 75
这个简短的教程向您展示了如何在 Ubuntu 11.10 中安装和使用 uTorrent。
cd Downloads
wget http://download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz
Run Code Online (Sandbox Code Playgroud)
接下来,运行以下命令将 uTorrent 文件提取到 /opt 目录。
sudo tar xvzf utorrent-server-3.0-25053.tar.gz -C /opt/
Run Code Online (Sandbox Code Playgroud)
然后运行以下命令更改 uTorrent-server 文件夹的权限。
sudo chmod -R 777 /opt/utorrent-server-v3_0/
Run Code Online (Sandbox Code Playgroud)
接下来,运行以下命令将 uTorrent 服务器链接到 /user/bin 目录。
sudo ln -s /opt/utorrent-server-v3_0/utserver /usr/bin/utserver
Run Code Online (Sandbox Code Playgroud)
最后,运行以下命令启动 uTorrent。
utserver -settingspath /opt/utorrent-server-v3_0/
Run Code Online (Sandbox Code Playgroud)
如果您收到有关 libssl.so 包丢失的错误,请运行以下命令进行安装,然后再次尝试启动它。
sudo apt-get install libssl0.9.8:i386
Run Code Online (Sandbox Code Playgroud)
现在 uTorrent 服务器已启动,请打开您的网络浏览器 (Firefox) 并输入以下地址。
http://localhost:8080/gui/
Run Code Online (Sandbox Code Playgroud)
用户名是admin并将密码字段留空。

您要做的第一件事是指定下载文件夹。为此,请单击“设置”按钮。
然后向下滚动到“目录”并指定下载文件夹。

这是经过验证和检查的。好好工作

从我读过的内容来看,uTorrent 不是为 Linux 操作系统设计的,或者它没有得到很好的支持/安装不简单,但是,您可以使用 wine 导入它。如果你还没有 wine,你可以通过将以下命令复制并粘贴到终端来安装它:
sudo apt-get install wine
wget http://www.utorrent.com/downloads/complete/os/windows
Run Code Online (Sandbox Code Playgroud)
然后转到/home/username/ 并单击可执行的windows 文件并用wine 打开。然而,老实说,由于葡萄酒倾向于使用相当数量的 RAM,我只会坚持使用传输。
小智 5
跑
sudo tar -xvf utorrent-server-3.0-25053.tar.gz -C /opt/
Run Code Online (Sandbox Code Playgroud)
没有 -z 函数。
如果该-C功能不起作用,您可以将其压缩,
sudo mkdir /opt/utorrent-server-v3_0/
Run Code Online (Sandbox Code Playgroud)
然后
sudo mv /where-ever-you-tar'd-the-file/ /opt/utorrent-server-3_0/
Run Code Online (Sandbox Code Playgroud)
任何时候您不知道命令是做什么的,您都可以随时查看帮助功能。前任:
mkdir --help
mv --help
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
424291 次 |
| 最近记录: |