How to Install and Uninstall trace-cmd.x86_64 Package on CentOS 8 / RHEL 8

Last updated: November 27,2024

1. Install "trace-cmd.x86_64" package

This is a short guide on how to install trace-cmd.x86_64 on CentOS 8 / RHEL 8

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

2. Uninstall "trace-cmd.x86_64" package

This guide let you learn how to uninstall trace-cmd.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the trace-cmd.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:54:14 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : trace-cmd
Version : 2.7
Release : 8.el8
Architecture : x86_64
Size : 258 k
Source : trace-cmd-2.7-8.el8.src.rpm
Repository : baseos
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.