diff options
Diffstat (limited to 'src/conf')
-rw-r--r-- | src/conf/py-sample/conf.d/core.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/conf/py-sample/conf.d/core.json b/src/conf/py-sample/conf.d/core.json index d09a43d..0736fd2 100644 --- a/src/conf/py-sample/conf.d/core.json +++ b/src/conf/py-sample/conf.d/core.json @@ -38,6 +38,25 @@ ] }, { + "id": "dnf-list-userinstalled", + "argv": [ + "/bin/dnf", + "history", + "userinstalled" + ] + }, + { + "id": "dnf-group-list-installed", + "argv": [ + "/bin/dnf", + "--cacheonly", + "-q", + "group", + "list", + "--installed" + ] + }, + { "id": "dpkg-list-installed", "argv": [ "/bin/dpkg-query", "-l" ] }, |