How to Install and Uninstall libapache2-mod-webauth Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libapache2-mod-webauth" package

Here is a brief guide to show you how to install libapache2-mod-webauth on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libapache2-mod-webauth

2. Uninstall "libapache2-mod-webauth" package

This guide let you learn how to uninstall libapache2-mod-webauth on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libapache2-mod-webauth $ sudo apt autoclean && sudo apt autoremove

3. Information about the libapache2-mod-webauth package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libapache2-mod-webauth
Priority: optional
Section: universe/httpd
Installed-Size: 539
Maintainer: Ubuntu Developers
Original-Maintainer: Russ Allbery
Architecture: amd64
Source: webauth
Version: 4.7.0-3build1
Replaces: libapache2-webauth (<< 4.2.0)
Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2), libwebauth12 (>= 4.7.0), apache2-api-20120211, apache2-bin (>= 2.4.16), apache2 (>= 2.4.4)
Suggests: libapache2-mod-webauthldap
Breaks: libapache2-webauth (<< 4.2.0)
Filename: pool/universe/w/webauth/libapache2-mod-webauth_4.7.0-3build1_amd64.deb
Size: 189838
MD5sum: 58ef5cc9a9a4ee76d91ef083484de80b
SHA1: 7e9b9f101cd0fa8fe141b04fb98b00b5072c4b48
SHA256: 77ab71c0933f3681dc3085c1f8ef2d89b2089699509c1aa73d2e74a80351cf02
Description-en: Apache module for WebAuth authentication
WebAuth is a cookie-based web authentication system built on top of
Kerberos. It relies on a central authentication server that handles all
user authentication for a domain and creates user authentication
credentials for any web server that needs strong authentication.
.
This package contains the Apache module to do user authentication for
individual web servers. This module does not do authorization; for an
approach to LDAP-based authorization that works well with WebAuth, see
libapache2-mod-webauthldap.
Description-md5: 7957659e2323cd0c4662eefe98dc0e82
Homepage: http://webauth.stanford.edu/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu