How to Install and Uninstall python3-psutil.x86_64 Package on Fedora 38

Last updated: January 13,2025

1. Install "python3-psutil.x86_64" package

This guide covers the steps necessary to install python3-psutil.x86_64 on Fedora 38

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

2. Uninstall "python3-psutil.x86_64" package

Here is a brief guide to show you how to uninstall python3-psutil.x86_64 on Fedora 38:

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

3. Information about the python3-psutil.x86_64 package on Fedora 38

Last metadata expiration check: 1:19:51 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-psutil
Version : 5.9.5
Release : 1.fc38
Architecture : x86_64
Size : 275 k
Source : python-psutil-5.9.5-1.fc38.src.rpm
Repository : updates
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.