Score:1

ERROR 404: Not Found. while installing required dependencies in Ubuntu Server 20.04.2

dk flag
  • 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
    

I use these command in my terminal to install utorrent dependency, first step is successful then error comes until later. Terminal shows:

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.

Because of that error, I can't move to third step eventhough I push it. By the way, downloading 64 bit of utorrent and changing its directory is successful.

Kulfy avatar
mz flag
Are you following some tutorial/blog? And if you downloaded utorrent from https://www.utorrent.com/downloads/linux, I won't expecr that to work on 20.04 since latest version seems to be for 13.04.
eqoobravodelt avatar
dk flag
yes, i follow two webs as my references
eqoobravodelt avatar
dk flag
https://www.linuxbabe.com/ubuntu/install-utorrent-ubuntu-20-04 https://lms.onnocenter.or.id/wiki/index.php/UTorrent:_Install_di_Ubuntu_20.04
eqoobravodelt avatar
dk flag
linuxbabe says eventhough there is different version between utorrent and ubuntu server, it still can work
Kulfy avatar
mz flag
Yes. But they recommended using other client. Anyway libssl1.0 v5.3 and v5.5 ain't available presumabley because the release in which they were packed are now *dead*. You can try using v5.6 by running `wget https://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb; sudo apt install ./libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb`.
eqoobravodelt avatar
dk flag
I will try another version of Ubuntu Server. v5.6 showed connection refused and network is unreachable
Kulfy avatar
mz flag
Change `https` to `http`. I'm not sure why but `https` is refusing to connect on my side as well.
Score:0
dk flag

Thank you for other users for commenting, replying, helping me due to the problem. It works.

I also want to post my own answer. Please give some notice to these commands!

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

The command which I put italic on it should be suitable and the newest version. You can get its versions on this site: http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/

Please use it wisely and be responsible! Thank you.

Score:0
zw flag

You can still install UTserver by downloading libssl from Ubuntu 18.04 LTS:

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

Then visit the web-interface at http://localhost:8080/gui, login using admin and empty password.

eqoobravodelt avatar
dk flag
thank you, I appreciate that
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.