How to Install and Uninstall schedtool Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 04,2024

1. Install "schedtool" package

This tutorial shows how to install schedtool on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install schedtool

2. Uninstall "schedtool" package

Please follow the steps below to uninstall schedtool on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove schedtool $ sudo apt autoclean && sudo apt autoremove

3. Information about the schedtool package on Ubuntu 20.10 (Groovy Gorilla)

Package: schedtool
Architecture: amd64
Version: 1.3.0-3
Priority: extra
Section: universe/utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Stephen Kitt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 43
Depends: libc6 (>= 2.4)
Filename: pool/universe/s/schedtool/schedtool_1.3.0-3_amd64.deb
Size: 21612
MD5sum: dd18778833de4643ed4e44ff69b258bf
SHA1: deba26facd535b539604b22e0139353a375929c2
SHA256: c5ce5e6ac5e3285ad3f02b4237198735af32488a66e44d4301ae2685e6090c5c
SHA512: c474daacf0eb3e405fa03e5a7e0bd0e759adae44b3e615e1dabd3996b41b7d3c00aede42a57aed1f15bc3a6803e6d81b4aa6ea78b2e7b7de86f9be4008749134
Description-en: Queries/alters process' scheduling policy and CPU affinity
Schedtool can query or alter a process' scheduling policy in Linux,
specifically assigning SCHED_NORMAL, _FIFO, _RR, _BATCH, _ISO or _IDLEPRIO. It
can set static priority for _FIFO and _RR. Setting CPU-affinity and (re)nicing
is also possible, making schedtool the definitive interface to Linux scheduler.
.
It can be used to avoid skips and glitches in A/V applications, to lock
processes onto given CPUs on SMP/NUMA systems, which may be beneficial for
networking or benchmarks, or to adjust nice-levels of lesser important jobs to
maintain a high amount of interactive responsiveness under high load. It is
also handy to manage realtime processes.
.
If you don't know about scheduling policies, you probably don't want to use
this program - or learn and read "man sched_setscheduler".
.
Some supported scheduling policies (such as SCHED_ISO, or SCHED_IDLEPRIO) need
a patched kernel (eg. Con Kolivas' -ck patchset).
Description-md5: 3d03e09de1cd5474945d0ceda02e3393