N
N
Nikolay Baranenko2021-07-12 19:53:42
linux
Nikolay Baranenko, 2021-07-12 19:53:42

How to solve error while installing docker-ce-20.10.5 package?

have Oracle Linux OS

# cat /etc/os-release
NAME="Oracle Linux Server"
VERSION="7.9"
ID="ol"
ID_LIKE="fedora"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="7.9"
PRETTY_NAME="Oracle Linux Server 7.9"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:oracle:linux:7:9:server"
HOME_URL="https://linux.oracle.com/"
BUG_REPORT_URL="https://bugzilla.oracle.com/"

ORACLE_BUGZILLA_PRODUCT="Oracle Linux 7"
ORACLE_BUGZILLA_PRODUCT_VERSION=7.9
ORACLE_SUPPORT_PRODUCT="Oracle Linux"
ORACLE_SUPPORT_PRODUCT_VERSION=7.9


I try to roll packages with docker-ce-20.10.5 on it

yum install docker-ce-20.10.5 -y

, an error is returned

--> Finished Dependency Resolution
Error: Package: docker-ce-rootless-extras-20.10.7-3.el7.x86_64 (docker-ce-stable)
           Requires: fuse-overlayfs >= 0.7
Error: Package: docker-ce-rootless-extras-20.10.7-3.el7.x86_64 (docker-ce-stable)
           Requires: slirp4netns >= 0.4


How to solve this problem when installing docker-ce-20.10.5 package?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Karabanov, 2021-07-12
@drno-reg

It is necessary to connect the repositories with the missing packages.
Approximately as described here https://blogs.oracle.com/virtualization/install-do...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question