How to Install and Uninstall procdump.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "procdump.x86_64" package

This guide covers the steps necessary to install procdump.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install procdump.x86_64

2. Uninstall "procdump.x86_64" package

Please follow the steps below to uninstall procdump.x86_64 on Rocky Linux 8:

$ sudo dnf remove procdump.x86_64 $ sudo dnf autoremove

3. Information about the procdump.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:16:48 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : procdump
Version : 1.2
Release : 1.el8
Architecture : x86_64
Size : 63 k
Source : procdump-1.2-1.el8.src.rpm
Repository : epel
Summary : Sysinternals process dump utility
URL : https://github.com/Sysinternals/ProcDump-for-Linux
License : MIT
Description : ProcDump is a command-line utility whose primary purpose is monitoring an
: application for various resources and generating crash dumps during a spike that
: an administrator or developer can use to determine the cause of the issue.
: ProcDump also serves as a general process dump utility that you can embed in
: other scripts.