Thread: Installing debug symbols (Centos 8)

Installing debug symbols (Centos 8)

From
Christophe Pettus
Date:
Apologies for the *very* basic question, but how does one install the debug symbol packages from the community Centos
etc.repo? 

--
-- Christophe Pettus
  xof@thebuild.com




Re: Installing debug symbols (Centos 8)

From
Devrim Gündüz
Date:
Hi Christophe,

On Tue, 2020-07-28 at 14:54 -0700, Christophe Pettus wrote:
> Apologies for the *very* basic question, but how does one install the
> debug symbol packages from the community Centos etc. repo?

For v12:

dnf --enablerepo pgdg12-updates-debuginfo install postgresql12-server-debuginfo

or

dnf --enablerepo pgdg12-updates-debuginfo debuginfo-install postgresql12-server-debuginfo

Regards,
--
Devrim Gündüz
Open Source Solution Architect, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

Attachment

Re: Installing debug symbols (Centos 8)

From
Christophe Pettus
Date:

> On Jul 29, 2020, at 05:29, Devrim Gündüz <devrim@gunduz.org> wrote:
> For v12:
>
> dnf --enablerepo pgdg12-updates-debuginfo install postgresql12-server-debuginfo
>
> or
>
> dnf --enablerepo pgdg12-updates-debuginfo debuginfo-install postgresql12-server-debuginfo

Thank you!

--
-- Christophe Pettus
   xof@thebuild.com