How to Install and Uninstall ipsvd Package on Kali Linux

Last updated: May 18,2024

1. Install "ipsvd" package

Please follow the guidelines below to install ipsvd on Kali Linux

$ sudo apt update $ sudo apt install ipsvd

2. Uninstall "ipsvd" package

Here is a brief guide to show you how to uninstall ipsvd on Kali Linux:

$ sudo apt remove ipsvd $ sudo apt autoclean && sudo apt autoremove

3. Information about the ipsvd package on Kali Linux

Package: ipsvd
Version: 1.0.0-5
Installed-Size: 269
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.34)
Suggests: runit
Size: 67472
SHA256: 5f2b92533454f8d6b112ce647fa01fd5171bdabe691db11953ff486c86d1d356
SHA1: b17fc08ac8bd979cc81b26759c606b0f5a0605cd
MD5sum: 7b8b5837f0561e0635ce7386f77f7453
Description: Internet protocol service daemons
ipsvd is a set of Internet protocol service daemons for TCP/IP (optionally
SSLv3) and UDP/IP. A daemon waits for incoming connections on a socket;
for new connections, it conditionally runs an arbitrary program to handle
the connection. The daemons can be told to read and follow pre-defined
instructions on how to handle incoming connections; based on the client's
IP address or hostname, they can run different programs, set a different
environment, deny a connection, or set a per host concurrency limit.
.
ipsvd can be used to run services usually run by inetd or tcpserver.
Normally the daemons are run by a supervisor process, such as runsv from
the runit package.
.
See http://smarden.org/ipsvd/ for more information.
Description-md5:
Tag: interface::daemon, network::server, network::service, role::program
Section: net
Priority: optional
Filename: pool/main/i/ipsvd/ipsvd_1.0.0-5_amd64.deb