How to Install and Uninstall ipsvd Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "ipsvd" package

This guide let you learn how to install ipsvd on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ipsvd

2. Uninstall "ipsvd" package

Here is a brief guide to show you how to uninstall ipsvd on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ipsvd package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ipsvd
Priority: optional
Section: universe/net
Installed-Size: 273
Maintainer: Ubuntu Developers
Original-Maintainer: Gerrit Pape
Architecture: amd64
Version: 1.0.0-3
Depends: libc6 (>= 2.4)
Suggests: runit
Filename: pool/universe/i/ipsvd/ipsvd_1.0.0-3_amd64.deb
Size: 60036
MD5sum: eeefda32342d1ca3ac366ca4d9727e09
SHA1: 3865a39f92176801f4e4417de49305ab2a1daef6
SHA256: 63360fc5dad3828a6f06975f5f415e27f7458c1ab004efe0873ce3bc5a8fe386
Description-en: 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: bb543d8f7b34c5d7c9627cac992dfa2c
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu