How to Install and Uninstall psmisc.x86_64 Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "psmisc.x86_64" package

Please follow the guidance below to install psmisc.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install psmisc.x86_64

2. Uninstall "psmisc.x86_64" package

Please follow the step by step instructions below to uninstall psmisc.x86_64 on Oracle Linux 9:

$ sudo dnf remove psmisc.x86_64 $ sudo dnf autoremove

3. Information about the psmisc.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:13:16 ago on Thu Feb 15 07:50:05 2024.
Installed Packages
Name : psmisc
Version : 23.4
Release : 3.el9
Architecture : x86_64
Size : 703 k
Source : psmisc-23.4-3.el9.src.rpm
Repository : @System
Summary : Utilities for managing processes on your system
URL : https://gitlab.com/psmisc/psmisc
License : GPLv2+
Description : The psmisc package contains utilities for managing processes on your
: system: pstree, killall, fuser and pslog. The pstree command displays
: a tree structure of all of the running processes on your system. The
: killall command sends a specified signal (SIGTERM if nothing is specified)
: to processes identified by name. The fuser command identifies the PIDs
: of processes that are using specified files or filesystems. The pslog
: command shows the path of log files owned by a given process.