Failed to download metadata for repo 'pgdg-common'

2025-06-04 Thread Sbob
All; I am trying to install PostgreSQL on RHEL10 and getting this error: Error: Failed to download metadata for repo 'pgdg-common': repomd.xml GPG signature verification error: Signing key not found I have tried this: # dnf erase pgdg-redhat-repo-42.0-53PGDG.noarch # dnf --disablerepo=*  -

Re: List available packages in a repo

2025-06-04 Thread Todd Zullinger
Patrick O'Callaghan wrote: > On Wed, 2025-06-04 at 14:37 -0700, ToddAndMargo via users wrote: >> Whenever I do a "dnf list", I always add >>   ... | grep -i  fragment_of_what_I_am_looking_for >> >> Makes me a happy camper. > > Yes I know. I'm still trying to get my head around the actual logic of

Re: List available packages in a repo

2025-06-04 Thread Todd Zullinger
Patrick O'Callaghan wrote: > On Wed, 2025-06-04 at 13:18 -0400, Todd Zullinger wrote: >> Leaving it off makes more sense, IMO. > > Of course. I did know that in fact. :) > Nonetheless when I wanted to list the packages from a specific repo > (rather than everything) I tried: > > $ dnf list --re

Re: List available packages in a repo

2025-06-04 Thread Patrick O'Callaghan
On Wed, 2025-06-04 at 14:37 -0700, ToddAndMargo via users wrote: > Whenever I do a "dnf list", I always add >   ... | grep -i  fragment_of_what_I_am_looking_for > > Makes me a happy camper. Yes I know. I'm still trying to get my head around the actual logic of the dnf command options. I'm sure it

Re: List available packages in a repo

2025-06-04 Thread ToddAndMargo via users
On 6/4/25 7:13 AM, Patrick O'Callaghan wrote: The man page for dnf5 says: list List installed or available packages. However it doesn't appear to give any more detail, and if I try it: $ dnf list --available fedora.repo Updating and loading repositories: Repositories loa

Re: List available packages in a repo

2025-06-04 Thread Patrick O'Callaghan
On Wed, 2025-06-04 at 13:18 -0400, Todd Zullinger wrote: > Patrick O'Callaghan wrote: > > On Wed, 2025-06-04 at 11:25 -0400, Todd Zullinger wrote: > > > The man page (dnf5-list) says in the synopsis: > > > > > >     dnf5 list [options] [...] > > > > > > and in the examples it shows: > > > > > >

Re: Hot plug sata does not work on Fedora 42

2025-06-04 Thread Alan via users
On Wed, 2025-06-04 at 19:00 +0200, Marco Moock wrote: > On Wed, 04 Jun 2025 09:24:14 -0700 Alan via users > wrote: > > > I have a couple of removable sata drive docks that plug directly > > into > > the sata cables on the motherboard. > > Check the UEFI settings. Is Hotplug enabled for the port?

Re: List available packages in a repo

2025-06-04 Thread Todd Zullinger
Patrick O'Callaghan wrote: > On Wed, 2025-06-04 at 11:25 -0400, Todd Zullinger wrote: >> The man page (dnf5-list) says in the synopsis: >> >>     dnf5 list [options] [...] >> >> and in the examples it shows: >> >>     dnf5 list kernel* >> >> (which it presumes users will know to properly escape

Re: Hot plug sata does not work on Fedora 42

2025-06-04 Thread Marco Moock
On Wed, 04 Jun 2025 09:24:14 -0700 Alan via users wrote: > I have a couple of removable sata drive docks that plug directly into > the sata cables on the motherboard. Check the UEFI settings. Is Hotplug enabled for the port? Then check dmesg on Fedora. -- __

xfce application menu

2025-06-04 Thread François Patte
Bonjour, Some applications do appear in the global xfce  menu. For instance, I installed aegisub and mkvtoolnix-gui, both have a "desktop" file in /usr/share/applications/ directory: org.aegisub.Aegisub.desktop org.bunkus.mkvtoolnix-gui.desktop But they do not appear in the menu. Thank you

Hot plug sata does not work on Fedora 42

2025-06-04 Thread Alan via users
I have a couple of removable sata drive docks that plug directly into the sata cables on the motherboard. On Fedora before 42, I could plug in a drive and mount it. It would ask for sudo permissions and the encryption password and everything worked fine. As of Fedora 42, it doesn't reread the at

Re: List available packages in a repo

2025-06-04 Thread Patrick O'Callaghan
On Wed, 2025-06-04 at 11:25 -0400, Todd Zullinger wrote: > The man page (dnf5-list) says in the synopsis: > >     dnf5 list [options] [...] > > and in the examples it shows: > >     dnf5 list kernel* > > (which it presumes users will know to properly escape in > their choice of shell, e.g. dnf

Re: List available packages in a repo

2025-06-04 Thread Todd Zullinger
Patrick O'Callaghan wrote: > The man page for dnf5 says: > >list > List installed or available packages. > > However it doesn't appear to give any more detail, and if I try it: > > $ dnf list --available fedora.repo > Updating and loading repositories: > Repositories loaded

Re: List available packages in a repo

2025-06-04 Thread David King
On 6/4/25 10:13 AM, Patrick O'Callaghan wrote: The man page for dnf5 says: list List installed or available packages. However it doesn't appear to give any more detail, and if I try it: $ dnf list --available fedora.repo Updating and loading repositories: Repositories lo

Re: List available packages in a repo

2025-06-04 Thread Will McDonald
On Wed, 4 Jun 2025 at 15:13, Patrick O'Callaghan wrote: > The man page for dnf5 says: > >list > List installed or available packages. > > However it doesn't appear to give any more detail, and if I try it: > > $ dnf list --available fedora.repo > Updating and loading reposit

List available packages in a repo

2025-06-04 Thread Patrick O'Callaghan
The man page for dnf5 says: list List installed or available packages. However it doesn't appear to give any more detail, and if I try it: $ dnf list --available fedora.repo Updating and loading repositories: Repositories loaded. No matching packages to list which is clearl