Thread: postgresql17-debugsource-17.4 for Fedora 41 missing?

postgresql17-debugsource-17.4 for Fedora 41 missing?

From
Laurenz Albe
Date:
The package doesn't seem to exist:

  $ sudo dnf install postgresql17-debugsource-17.4
  Updating and loading repositories:
  Repositories loaded.
  Failed to resolve the transaction:
  No match for argument: postgresql17-debugsource-17.4
  You can try to add to command line:
    --skip-unavailable to skip unavailable packages

Yours,
Laurenz Albe



Re: postgresql17-debugsource-17.4 for Fedora 41 missing?

From
Devrim Gündüz
Date:
Hi,

On Wed, 2025-03-12 at 12:12 +0100, Laurenz Albe wrote:
> The package doesn't seem to exist:
>
>   $ sudo dnf install postgresql17-debugsource-17.4

Please use debuginfo-install:

debuginfo-install postgresql17-debugsource-17.4

(or debuginfo-install postgresql17-debugsource)

Regards,
--
Devrim Gündüz
Open Source Solution Architect, PostgreSQL Major Contributor
Twitter: @DevrimGunduz , @DevrimGunduzTR

Attachment

Re: postgresql17-debugsource-17.4 for Fedora 41 missing?

From
Laurenz Albe
Date:
On Wed, 2025-03-12 at 15:19 +0300, Devrim Gündüz wrote:
> On Wed, 2025-03-12 at 12:12 +0100, Laurenz Albe wrote:
> > The package doesn't seem to exist:
> >
> >   $ sudo dnf install postgresql17-debugsource-17.4
>
> Please use debuginfo-install:
>
> debuginfo-install postgresql17-debugsource-17.4
>
> (or debuginfo-install postgresql17-debugsource)

Thanks, that works.  I feel silly.

Yours,
Laurenz Albe