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
474 stars 33 forks source link

feat(dnf): use repoquery #1392

Closed remigermain closed 1 month ago

remigermain commented 1 month ago

Hey, i replace on dnf managers the installed and outdated command with repoqeury no more need regex , use tempaltes queryformat , and split by delemiter

kdeldycke commented 1 month ago

Oh ok I see. The ___MPM___ is funny and should be good enough in any circumstances. But in the end I agree, a specified query format is more robust than regex parsing. Let's merge! :)