How to Install and Uninstall python38-psutil.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "python38-psutil.x86_64" package

Please follow the steps below to install python38-psutil.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python38-psutil.x86_64

2. Uninstall "python38-psutil.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python38-psutil.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove python38-psutil.x86_64 $ sudo dnf autoremove

3. Information about the python38-psutil.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:11:04 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python38-psutil
Version : 5.6.4
Release : 3.module_el8.3.0+441+3b561464
Architecture : x86_64
Size : 406 k
Source : python-psutil-5.6.4-3.module_el8.3.0+441+3b561464.src.rpm
Repository : appstream
Summary : A process and system utilities module for Python
URL : https://github.com/giampaolo/psutil
License : BSD
Description : psutil is a module providing an interface for retrieving information on all
: running processes and system utilization (CPU, memory, disks, network, users) in
: a portable way by using Python 3, implementing many functionalities offered by
: command line tools such as: ps, top, df, kill, free, lsof, free, netstat,
: ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, pmap.