K
K
Konstantin2021-08-09 18:58:03
Debian
Konstantin, 2021-08-09 18:58:03

What to do if docker gives an error during installation that there is no zlib package?

Hello. Urgent problem, help who fumbles. We are trying to install a deleted docker package on debian8, but we get a trace. ERROR: failed to register layer: Error
processing tar file(exit status 1: /usr/bin/unpigz: /usr/local/lib/libz.so.1: version `ZLIB_1.2.5.1' not found (required by /usr/bin/unpigz)
):

How can I install a given version of zlib?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Drno, 2021-08-09
@Drno

rearrange the archiver, in theory it should pull the right one ...
sudo apt update
sudo apt install unzip
Judging by Google, for docker ...
sudo apt-get install zlib1g
apt-get install zlib1g-dev

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question