How to Install and Uninstall psmisc.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "psmisc.x86_64" package

Please follow the instructions below to install psmisc.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install psmisc.x86_64

2. Uninstall "psmisc.x86_64" package

Learn how to uninstall psmisc.x86_64 on Fedora 34:

$ sudo dnf remove psmisc.x86_64 $ sudo dnf autoremove

3. Information about the psmisc.x86_64 package on Fedora 34

Last metadata expiration check: 3:24:00 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : psmisc
Version : 23.4
Release : 1.fc34
Architecture : x86_64
Size : 227 k
Source : psmisc-23.4-1.fc34.src.rpm
Repository : fedora
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.