0

I installed the lastest stable Ubuntu (today is 22.3.2022, so it's 20.04.3 LTS). - a fresh installation.

I went to the WineHQ webpage, filled all the requests.

https://wiki.winehq.org/Ubuntu

then I finally come to install...

sudo apt install --install-recommends winehq-stable

it starts out normally - asking me a [y / n] question, I say y.

Then 110 errors appear - all of the same type, let's see the first one:

Err:1 http://il.archive.ubuntu.com/ubuntu focal/main i386 libcrypt1 i386 1:4.4.10-10ubuntu4
  404  Not Found [IP: 192.115.211.70 80]

then another stack of errors appear - all of the same type, let's see the first one:

E: Failed to fetch http://il.archive.ubuntu.com/ubuntu/pool/main/libx/libxcrypt/libcrypt1_4.4.10-10ubuntu4_i386.deb  404  Not Found [IP: 192.115.211.70 80]

then a comp. suggestion:

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

What seems to be the officer?

https://www.youtube.com/watch?v=Lc0sA2WsCgY

furas
  • 125

1 Answers1

0

It seems it has problem to download libcrypt1 from server il.archive.ubuntu.com

When I try to download manually in browser then I also can't get it.

http://il.archive.ubuntu.com/ubuntu/pool/main/libx/libxcrypt/libcrypt1_4.4.10-10ubuntu4_i386.deb

But I don't have problem when I use address ie. for GB or PL

http://gb.archive.ubuntu.com/ubuntu/pool/main/libx/libxcrypt/libcrypt1_4.4.10-10ubuntu4_i386.deb

Maybe it is fresh version and it wasn't resend to all mirror servers - and you may need to wait few hours/days or you may change mirror server.


If you use some GUI to install programs (like synaptic, Software Sources) then you could select new mirror server from list.

You may also change it like in other question

repository - How can I get apt to use a mirror close to me, or choose a faster mirror? - Ask Ubuntu

furas
  • 125