How to Install and Uninstall supervisor Package on Kali Linux

Last updated: May 04,2024

1. Install "supervisor" package

Please follow the step by step instructions below to install supervisor on Kali Linux

$ sudo apt update $ sudo apt install supervisor

2. Uninstall "supervisor" package

Please follow the step by step instructions below to uninstall supervisor on Kali Linux:

$ sudo apt remove supervisor $ sudo apt autoclean && sudo apt autoremove

3. Information about the supervisor package on Kali Linux

Package: supervisor
Version: 4.2.5-1
Installed-Size: 1707
Maintainer: Debian Python Team
Architecture: all
Depends: lsb-base, python3-pkg-resources, python3:any
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: supervisor-doc
Size: 310800
SHA256: 3a9332c4197c2747b9b5c624efe30fc68941e60c700645910ea9f932503a55ab
SHA1: 263da02d950a2243bb862339b60fdc3ffa73ce8e
MD5sum: a85993bebc76f73b607922dde0adeeee
Description: System for controlling process state
Supervisor is a system for controlling and maintaining process state,
similar to what init does, but not intended as an init replacement.
.
It will manage individual processes or groups of processes that
need to be started and stopped in order, and it is possible to
control individual process state via an rpc mechanism, thus allowing
ordinary users to restart processes.
Description-md5:
Homepage: http://supervisord.org/
Tag: implemented-in::python, role::program
Section: admin
Priority: optional
Filename: pool/main/s/supervisor/supervisor_4.2.5-1_all.deb