How to Install and Uninstall python-psutil.src Package on Oracle Linux 9
Last updated: November 28,2024
1. Install "python-psutil.src" package
This guide covers the steps necessary to install python-psutil.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python-psutil.src
Copied
2. Uninstall "python-psutil.src" package
Please follow the steps below to uninstall python-psutil.src on Oracle Linux 9:
$
sudo dnf remove
python-psutil.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the python-psutil.src package on Oracle Linux 9
Last metadata expiration check: 1:20:33 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-psutil
Version : 5.8.0
Release : 12.0.1.el9
Architecture : src
Size : 1.9 M
Source : None
Repository : ol9_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.
Available Packages
Name : python-psutil
Version : 5.8.0
Release : 12.0.1.el9
Architecture : src
Size : 1.9 M
Source : None
Repository : ol9_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.