[PATCH v2 5/5] devconfig: add some extra packages to the kdev tools

Jeff Layton <[email protected]> Thu, 18 Jun 2026 08:17:19 -0400
Newsgroups dev.linux.lists.kdevops
Message-ID <[email protected]>
Install some more useful tools as part of devconfig. This only adds them
to the redhat configs, as I wasn't sure of package names for the other
distros.

Signed-off-by: Jeff Layton <[email protected]>
---
 playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml b/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml
index df4dbc834329..58656eec2e15 100644
--- a/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml
+++ b/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml
@@ -109,6 +109,12 @@
       - net-snmp
       - trace-cmd
       - perf
+      - strace
+      - lsof
+      - git
+      - wireshark-cli
+      - rsync
+      - time
   when:
     - devconfig_try_install_kdevtools|bool
 

-- 
2.54.0