Support for Ubuntu and other Desktop Linux distributions
-
rednoah
- The Source
- Posts: 24009
- Joined: 16 Nov 2011, 08:59
- Location: Taipei
-
Contact:
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?
-
currypommes
- Posts: 2
- Joined: 05 Mar 2025, 16:46
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/