How to Install and Uninstall insserv Package on Kali Linux

Last updated: November 07,2024

1. Install "insserv" package

Please follow the guidelines below to install insserv on Kali Linux

$ sudo apt update $ sudo apt install insserv

2. Uninstall "insserv" package

This tutorial shows how to uninstall insserv on Kali Linux:

$ sudo apt remove insserv $ sudo apt autoclean && sudo apt autoremove

3. Information about the insserv package on Kali Linux

Package: insserv
Version: 1.24.0-2
Installed-Size: 132
Maintainer: Debian sysvinit maintainers
Architecture: amd64
Depends: libc6 (>= 2.34)
Suggests: bootchart2
Breaks: sysv-rc (<< 2.87dsf-3)
Size: 51148
SHA256: ed23e74198e9f14100eeabac927c6b924b4b966a0a2f8695248f287de24d7c98
SHA1: b44223e08bf6cc4b028d5bde9255595953a8d060
MD5sum: 08360093c4c660822b6f8b0d8da795ca
Description: boot sequence organizer using LSB init.d script dependency information
The insserv program is used by the standard SysV-based init system. It
updates the order of symlinks in /etc/rc?.d/ based on dependencies
specified by LSB headers in the init.d scripts themselves.
.
These declared relations between scripts make it possible to optimize
the boot sequence for the currently installed set of packages, while
detecting and rejecting dependency loops.
.
Using insserv incorrectly can result in an unbootable system.
Description-md5:
Homepage: https://github.com/slicer69/insserv
Tag: admin::boot, admin::configuring, implemented-in::c,
interface::commandline, role::program, scope::utility, use::configuring
Section: misc
Priority: optional
Filename: pool/main/i/insserv/insserv_1.24.0-2_amd64.deb