Fedora DNF5

Support for Ubuntu and other Desktop Linux distributions
Post Reply
currypommes
Posts: 2
Joined: 05 Mar 2025, 16:46

Fedora DNF5

Post by currypommes »

Hi,
Please update your instructions - viewtopic.php?t=10631 - and the script for DNF5. :geek:
User avatar
rednoah
The Source
Posts: 24009
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Fedora DNF5

Post by rednoah »

I would assume that dnf5 is largely compatible with dnf command-line options and *.repo files... is that not so?


:?: What exactly is not working? What exactly needs updating?
:idea: Please read the FAQ and How to Request Help.
currypommes
Posts: 2
Joined: 05 Mar 2025, 16:46

Re: Fedora DNF5

Post by currypommes »

Old:

Code: Select all

sudo dnf config-manager --add-repo 'https://raw.githubusercontent.com/filebot/plugins/master/yum/main.repo'
New:

Code: Select all

sudo dnf config-manager addrepo --from-repofile='https://raw.githubusercontent.com/filebot/plugins/master/yum/main.repo'
I just tried the "old" one on Fedora 41 Workstation, it does not work. Simply syntax change, don't know why they did it.

https://docs.fedoraproject.org/en-US/q ... in-fedora/
User avatar
rednoah
The Source
Posts: 24009
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Fedora DNF5

Post by rednoah »

Cheers. We have added instructions for dnf5 to the manual: https://www.filebot.net/linux/yum.html
:idea: Please read the FAQ and How to Request Help.
Post Reply