kdeldycke / meta-package-manager

🎁 wraps all package managers with a unifying CLI
https://kdeldycke.github.io/meta-package-manager
GNU General Public License v2.0
473 stars 33 forks source link

feat(dnf5): add dnf 5 compatible #1423

Closed remigermain closed 1 week ago

remigermain commented 2 weeks ago

Hey, Fedora 41 have is new dnf version 5 with some minor change:

  1. repoquery return format in oneline (so add \n and remove empty line)
  2. --color=never dosen't exists
kdeldycke commented 1 week ago

Thanks for the contribution. Some details are missing that will break the unit tests but I'll fix them after merging this PR.