After upgrading to Fedora 41 I noticed that that dnf repolist -v
“does not work anymore”.
Is there a new command that gives the verbose repolist, or is it needed to use dnf4 repolist -v
for now?
Looks like it’s now dnf5 repo info
Oh yeah that’s what I was looking for!
Thanks!
Only missing the info of the resolved metalinks, what was the main purpose of it for me
I haven’t had a chance to dig into the open issues or pull requests for the dnf5 repo, but it could be part of the backlog of things that they are working on porting over or wasn’t in the version that Fedora froze for F41.
That’s a very good point,
also should have looked there first, but maybe it’s good to have this searchable here anyways.
Also checked the dnf docs now, it mentions the change from repolist -v
to repoinfo
or repo info
, but nothing about the information.
Searching for open issues, there are only the finished PR, where someone even mentions the missing resolving functionality, and how you can manually get the info through the API. (there is a similar closed issue, that mentions custom field addition in the output)