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

Last updated: May 13,2024

1. Install "python3-schedutils" package

Please follow the instructions below to install python3-schedutils on Kali Linux

$ sudo apt update $ sudo apt install python3-schedutils

2. Uninstall "python3-schedutils" package

Please follow the steps below to uninstall python3-schedutils on Kali Linux:

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

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

Package: python3-schedutils
Source: python-schedutils (0.6-3)
Version: 0.6-3+b4
Installed-Size: 65
Maintainer: Stewart Ferguson
Architecture: amd64
Replaces: python-schedutils (<< 0.6-2)
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.7)
Breaks: python-schedutils (<< 0.6-2)
Size: 12552
SHA256: d0ebc7ce0beb7eea69d7f3d795d6fc0bdc3d3db9826f1bb1b19d5ba8ea6f4dca
SHA1: 5b4b1f2eb789fbd78b4d533b12f6fe99891d3ccc
MD5sum: a394150a76fa79db9dc927717a2746a4
Description: Linux scheduler Python bindings
Python interface for the Linux scheduler sched_{get,set}{affinity,scheduler}
functions and friends.
.
The scheduler is the kernel component that decides which runnable thread will
be executed by the CPU next. Each thread has an associated scheduling policy
and static scheduler priority, sched_priority. The scheduler makes its
decisions based on knowledge of the scheduling policy and static priority of
all threads on the system. This package provides Python bindings to get and
set the scheduler's knowledge.
Description-md5:
Multi-Arch: same
Homepage: https://rt.wiki.kernel.org/index.php/Tuna
Section: python
Priority: optional
Filename: pool/main/p/python-schedutils/python3-schedutils_0.6-3+b4_amd64.deb