How to Install and Uninstall psmisc.src Package on Oracle Linux 8

Last updated: May 15,2024

1. Install "psmisc.src" package

Please follow the steps below to install psmisc.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install psmisc.src

2. Uninstall "psmisc.src" package

In this section, we are going to explain the necessary steps to uninstall psmisc.src on Oracle Linux 8:

$ sudo dnf remove psmisc.src $ sudo dnf autoremove

3. Information about the psmisc.src package on Oracle Linux 8

Last metadata expiration check: 1:29:02 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : psmisc
Version : 23.1
Release : 5.el8
Architecture : src
Size : 315 k
Source : None
Repository : ol8_baseos_latest
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.