How to Install and Uninstall bidentd Package on Kali Linux

Last updated: May 19,2024

1. Install "bidentd" package

Please follow the instructions below to install bidentd on Kali Linux

$ sudo apt update $ sudo apt install bidentd

2. Uninstall "bidentd" package

This guide covers the steps necessary to uninstall bidentd on Kali Linux:

$ sudo apt remove bidentd $ sudo apt autoclean && sudo apt autoremove

3. Information about the bidentd package on Kali Linux

Package: bidentd
Version: 1.1.4-1.2
Installed-Size: 68
Maintainer: Wesley W. Terpstra (Debian)
Architecture: amd64
Provides: ident-server
Depends: libc6 (>= 2.7), libstdc++6 (>= 5.2), debconf (>= 0.5) | debconf-2.0, netbase, debconf, openbsd-inetd | inet-superserver
Conflicts: ident-server
Size: 21672
SHA256: d89b7a2fd442ea4d990b3dd9963d0d7ae4e6af5f63722f5bbe6087cc1c47bd84
SHA1: 129c44cadd689e73044aec7093bfebd26d27f1f5
MD5sum: 051da1577fccc5f539df2aa5af904c30
Description: Bisqwit's identd for NAT proxying
This daemon provides an Identification Protocol (RFC 1413) daemon. It
works like an ident daemon is supposed to work. Masquerading is
supported, and works recursively. Works only under Linux, due to the
use of /proc filesystem.
.
A typical case for using Bisqwit's identd:
- Alpha has the internet connection. It has an ip in internet.
- Beta is masqueraded by Alpha.
- Gamma is masqueraded by Beta.
- Somebody in Gamma starts irc, and the irc server (in internet)
gets the username of the user in Gamma, correctly.
All of these computers would be running bidentd (from inetd),
although Gamma could have any ident daemon, as it does not masquerade
further.
Description-md5:
Homepage: http://bisqwit.iki.fi/source/bidentd.html
Tag: interface::daemon, network::server, network::service, protocol::ident,
role::program
Section: net
Priority: optional
Filename: pool/main/b/bidentd/bidentd_1.1.4-1.2_amd64.deb