How to Install and Uninstall libkeepalive0 Package on Kali Linux

Last updated: May 17,2024

1. Install "libkeepalive0" package

Please follow the guidelines below to install libkeepalive0 on Kali Linux

$ sudo apt update $ sudo apt install libkeepalive0

2. Uninstall "libkeepalive0" package

This is a short guide on how to uninstall libkeepalive0 on Kali Linux:

$ sudo apt remove libkeepalive0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libkeepalive0 package on Kali Linux

Package: libkeepalive0
Source: libkeepalive (0.3-2)
Version: 0.3-2+b1
Installed-Size: 30
Maintainer: Thorsten Alteholz
Architecture: amd64
Depends: libc6 (>= 2.2.5)
Size: 5052
SHA256: 70e52be42119913d8e0c75943260b582bb426dc9ef4a483710063c4c8735b34d
SHA1: 788a93c3805bd35ed147244234377e6ae42085e1
MD5sum: 8ec7ff2690e76f1ef9681cd1571c9b36
Description: enable tcp keepalive support in programs using shared libraries
Many systems provide the ability to keep tcp connections alive, so they
aren't reset by peers or by routers because of inactivity.
.
Even if this feature is present, only a few programs correctly implement
the code to use it. If your favourite foo-client is not written with
support for tcp keepalive, you'll continue to see your connection reset.
.
libkeepalive library provides a way to enable tcp keepalive support in
any program that uses shared libraries (e.g.: glibc shared object) to
perform network operations. Using the preload method, you will be able to
intercept normal program execution and to inject the code needed to enable
the keepalive routines, everything done without modifying the original
binary file and with no need to gain root privileges.
Description-md5:
Homepage: http://libkeepalive.sourceforge.net/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libk/libkeepalive/libkeepalive0_0.3-2+b1_amd64.deb