How to Install and Uninstall trace-cmd.x86_64 Package on Oracle Linux 9

Last updated: May 19,2024

1. Install "trace-cmd.x86_64" package

Please follow the steps below to install trace-cmd.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install trace-cmd.x86_64

2. Uninstall "trace-cmd.x86_64" package

Please follow the guidance below to uninstall trace-cmd.x86_64 on Oracle Linux 9:

$ sudo dnf remove trace-cmd.x86_64 $ sudo dnf autoremove

3. Information about the trace-cmd.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:43:37 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : trace-cmd
Version : 2.9.2
Release : 10.el9
Architecture : x86_64
Size : 258 k
Source : trace-cmd-2.9.2-10.el9.src.rpm
Repository : ol9_baseos_latest
Summary : A user interface to Ftrace
URL : http://git.kernel.org/?p=linux/kernel/git/rostedt/trace-cmd.git;a=summary
License : GPLv2 and LGPLv2
Description : trace-cmd is a user interface to Ftrace. Instead of needing to use the
: debugfs directly, trace-cmd will handle of setting of options and
: tracers and will record into a data file.