This commit is contained in:
Mirko Brombin 2023-06-23 21:45:07 +02:00 committed by GitHub
parent 97a21a1de9
commit 9a45da4c06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
package-managers/dnf.yml Normal file
View File

@ -0,0 +1,13 @@
name: dnf
needsudo: true
cmdautoremove: autoremove
cmdclean: clean
cmdinstall: install
cmdlist: list
cmdpurge: remove
cmdremove: remove
cmdsearch: search
cmdshow: info
cmdupdate: upgrade --refresh
cmdupgrade: upgrade
builtin: true