How to Install and Uninstall python39-psutil.x86_64 Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "python39-psutil.x86_64" package

Learn how to install python39-psutil.x86_64 on CentOS Stream 8

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

2. Uninstall "python39-psutil.x86_64" package

Learn how to uninstall python39-psutil.x86_64 on CentOS Stream 8:

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

3. Information about the python39-psutil.x86_64 package on CentOS Stream 8

Last metadata expiration check: 6:44:18 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python39-psutil
Version : 5.8.0
Release : 4.module_el8+639+3fcd10de
Architecture : x86_64
Size : 446 k
Source : python-psutil-5.8.0-4.module_el8+639+3fcd10de.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.