How to Install and Uninstall libapache2-mod-auth-tkt Package on Kali Linux

Last updated: May 19,2024

1. Install "libapache2-mod-auth-tkt" package

Learn how to install libapache2-mod-auth-tkt on Kali Linux

$ sudo apt update $ sudo apt install libapache2-mod-auth-tkt

2. Uninstall "libapache2-mod-auth-tkt" package

Please follow the guidance below to uninstall libapache2-mod-auth-tkt on Kali Linux:

$ sudo apt remove libapache2-mod-auth-tkt $ sudo apt autoclean && sudo apt autoremove

3. Information about the libapache2-mod-auth-tkt package on Kali Linux

Package: libapache2-mod-auth-tkt
Version: 2.3.99~b1-1
Installed-Size: 156
Maintainer: Ivo De Decker
Architecture: amd64
Depends: libc6 (>= 2.14), apache2-api-20120211, apache2-bin (>= 2.4.16)
Size: 49548
SHA256: d99e5d51669497443af76cd405a2fa69969ef6a75fd46f35f98b4de4d5676141
SHA1: 5307677fb81c5630d40fbecac0e95f821bd21d44
MD5sum: c9bdf281759ec5024144833e36a99a54
Description: lightweight single-sign-on authentication module for Apache
mod_auth_tkt is a lightweight single-sign-on authentication module
for Apache. It uses secure cookie-based tickets to implement a single-signon
framework that works across multiple Apache instances and servers.
.
mod_auth_tkt itself is completely repository-agnostic, as the actual
authentication is done by a user-supplied CGI or script in your language of
choice (examples are provided in Perl, with contrib libraries for use with
Python and PHP). This allows authentication against virtually any kind of
user repository you can imagine (password files, ldap directories, databases,
etc.)
Description-md5:
Homepage: http://www.openfusion.com.au/labs/mod_auth_tkt/
Section: httpd
Priority: optional
Filename: pool/main/liba/libapache2-mod-auth-tkt/libapache2-mod-auth-tkt_2.3.99~b1-1_amd64.deb