How to Install and Uninstall reniced Package on Kali Linux

Last updated: July 06,2024

1. Install "reniced" package

This is a short guide on how to install reniced on Kali Linux

$ sudo apt update $ sudo apt install reniced

2. Uninstall "reniced" package

Learn how to uninstall reniced on Kali Linux:

$ sudo apt remove reniced $ sudo apt autoclean && sudo apt autoremove

3. Information about the reniced package on Kali Linux

Package: reniced
Version: 1.21-1.2
Installed-Size: 41
Maintainer: Christian Garbs
Architecture: all
Depends: procps, libbsd-resource-perl, perl:any
Size: 12940
SHA256: 85a4933268606bf0822fced72aa3197e488bc2657392edc27e2543e00cbb156c
SHA1: c7960992a1fed6ccd90bdb5372b5d88c66d47b1a
MD5sum: f810083e5f6f7c997b2ebf9f09067e13
Description: renice running processes based on regular expressions
reniced takes a list of regular expressions, looks for processes
matching them and renices the processes to given values.
.
Instead of editing the scripts in /etc/init.d to give daemons the
nicelevel you want (and get prompted at every package update because
these files are conffiles) you can just run reniced once a day.
Description-md5:
Homepage: https://github.com/mmitch/reniced
Tag: admin::automation, interface::commandline, interface::daemon,
role::program, scope::utility, works-with::software:running
Section: utils
Priority: optional
Filename: pool/main/r/reniced/reniced_1.21-1.2_all.deb