How to Install and Uninstall python-psutil.src Package on Oracle Linux 8

Last updated: November 26,2024

1. Install "python-psutil.src" package

In this section, we are going to explain the necessary steps to install python-psutil.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-psutil.src

2. Uninstall "python-psutil.src" package

This is a short guide on how to uninstall python-psutil.src on Oracle Linux 8:

$ sudo dnf remove python-psutil.src $ sudo dnf autoremove

3. Information about the python-psutil.src package on Oracle Linux 8

Last metadata expiration check: 5:15:05 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-psutil
Version : 5.8.0
Release : 4.module+el8.4.0+20109+b7b1db01
Architecture : src
Size : 1.9 M
Source : None
Repository : ol8_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, 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.