Matthias,

I got the missing dkdp*.rpm from http://ftp.riken.jp/Linux/cern/centos/7/extras/x86_64/Packages/ and resolved the dependencies, thx.

Pete

On Mon, Jun 14, 2021 at 10:51 PM Matthias Runge <mrunge@matthias-runge.de> wrote:
On Mon, Jun 14, 2021 at 02:48:12PM -0700, Pete Zhang wrote:
> Julia,
>
> Thanks for the update.
>
> In our environment, we don't have access to centos-extra repos.  Does
> anyone know the site where we can download those missing/needed rpms? thx.
>
> Pete
>
> On Mon, Jun 14, 2021 at 1:47 PM Julia Kreger <juliaashleykreger@gmail.com>
> wrote:

CentOS without CentOS Extras (which is enabled by default) sounds broken
to me.

Place that file in /etc/yum.repos.d, if you happen to run CentOS.

[stack@devstack yum.repos.d]$ cat CentOS-Linux-Extras.repo

# CentOS-Linux-Extras.repo
#
# The mirrorlist system uses the connecting IP address of the client and the
# update status of each mirror to pick current mirrors that are geographically
# close to the client.  You should use this for CentOS updates unless you are
# manually picking other mirrors.
#
# If the mirrorlist does not work for you, you can try the commented out
# baseurl line instead.

[extras]
name=CentOS Linux $releasever - Extras
mirrorlist=https://urldefense.com/v3/__http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra__;!!DCbAVzZNrAf4!VBdfNjMCYCHdfNC-bRTUdURIp7XctPb4TtJmDt9fjEO3oKSJyyksdsCtP6mq0pj6hRXnOHQ$
#baseurl=https://urldefense.com/v3/__http://mirror.centos.org/$contentdir/$releasever/extras/$basearch/os/__;!!DCbAVzZNrAf4!VBdfNjMCYCHdfNC-bRTUdURIp7XctPb4TtJmDt9fjEO3oKSJyyksdsCtP6mq0pj6ilFPzes$
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial


Matthias
--
Matthias Runge <mrunge@matthias-runge.de>



--