How to Install and Uninstall python3-psutil Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-psutil" package

This guide let you learn how to install python3-psutil on Kali Linux

$ sudo apt update $ sudo apt install python3-psutil

2. Uninstall "python3-psutil" package

In this section, we are going to explain the necessary steps to uninstall python3-psutil on Kali Linux:

$ sudo apt remove python3-psutil $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-psutil package on Kali Linux

Package: python3-psutil
Source: python-psutil
Version: 5.9.8-1
Installed-Size: 1139
Maintainer: Sandro Tosi
Architecture: amd64
Depends: python3 (>= 3~), python3:any, libc6 (>= 2.34)
Size: 225264
SHA256: 96f13cb3920073b5ea64d72273b8ec6e69d4db67a8159835d2f963ae8f81329e
SHA1: f28385fe3a7c52b953a9257994ed42da429d126f
MD5sum: 5e1188e98dcb9cabab8f3fc39208af58
Description: module providing convenience functions for managing processes (Python3)
psutil is a module providing an interface for retrieving information on
running processes and system utilization (CPU, memory) in a portable way
by using Python, implementing many functionalities offered by tools like
ps, top and Windows task manager.
.
It currently supports Linux, OS X, FreeBSD and Windows.
.
This package contains the Python 3 version of psutil.
Description-md5:
Homepage: https://github.com/giampaolo/psutil
Section: python
Priority: optional
Filename: pool/main/p/python-psutil/python3-psutil_5.9.8-1_amd64.deb