How to Install and Uninstall python3-psutil.x86_64 Package on Amazon Linux 2

Last updated: November 01,2024

1. Install "python3-psutil.x86_64" package

In this section, we are going to explain the necessary steps to install python3-psutil.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python3-psutil.x86_64

2. Uninstall "python3-psutil.x86_64" package

Learn how to uninstall python3-psutil.x86_64 on Amazon Linux 2:

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

3. Information about the python3-psutil.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python3-psutil
Arch : x86_64
Version : 5.6.7
Release : 1.amzn2.0.2
Size : 399 k
Repo : amzn2-core/2/x86_64
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.