-
sudo apt install libssl-dev
-
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb
-
sudo apt install ./libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb
我在终端中使用这些命令来安装 utorrent 依赖项,第一步成功,然后出现错误,直到稍后出现。终端显示:
root@serverpertama20042:/opt# wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.3
_amd64.deb
--2021-07-09 14:04:09-- http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb
Resolving archive.ubuntu.com (archive.ubuntu.com)... 91.189.88.152, 91.189.88.142, 2001:67c:1360:8001::23, ...
Connecting to archive.ubuntu.com (archive.ubuntu.com)|91.189.88.152|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-07-09 14:04:15 ERROR 404: Not Found.
因为这个错误,我即使按下了也无法进入第三步。顺便说一下,下载 64 位的 utorrent 并更改其目录是成功的。
答案1
您仍然可以通过下载安装 UTserverUbuntu 18.04 LTS 中的 libssl:
cd ~/Downloads
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb
sudo apt-get install ./libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb
wget https://download-hr.utorrent.com/track/beta/endpoint/utserver/os/linux-x64-debian-7-0 -O utserver.tar.gz
tar -xf utserver.tar.gz
cd utorrent-server-alpha-v3_3
./utserver
然后访问 http://localhost:8080/gui 的 Web 界面,使用以下方式登录行政和空密码。
答案2
感谢其他用户发表评论、回复并帮助我解决问题。它有效。
我也想发表自己的答案。请注意这些命令!
获得http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/*libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb* sudo apt 安装./libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb
我输入的命令斜体上面应该有合适的最新版本。你可以从这个网站获取它的版本: http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/
请明智地使用它并负责任!谢谢。