How to Install and Uninstall nginx-module-http-auth-digest Package on openSUSE Leap

Last updated: May 15,2024

1. Install "nginx-module-http-auth-digest" package

Please follow the steps below to install nginx-module-http-auth-digest on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install nginx-module-http-auth-digest

2. Uninstall "nginx-module-http-auth-digest" package

Please follow the step by step instructions below to uninstall nginx-module-http-auth-digest on openSUSE Leap:

$ sudo zypper remove nginx-module-http-auth-digest

3. Information about the nginx-module-http-auth-digest package on openSUSE Leap

Information for package nginx-module-http-auth-digest:
------------------------------------------------------
Repository : Main Repository
Name : nginx-module-http-auth-digest
Version : 0.0.0+git23032018.cd86418-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 28.0 KiB
Installed : No
Status : not installed
Source package : nginx-module-http-auth-digest-0.0.0+git23032018.cd86418-bp155.2.12.src
Upstream URL : https://github.com/atomx/nginx-http-auth-digest
Summary : Digest Authentication for Nginx
Description :
The ngx_http_auth_digest module supplements Nginx's built-in Basic
Authentication module by providing support for RFC 2617 Digest Authentication
The module is currently functional but has only been tested and reviewed by
its author. And given that this is security code, one set of eyes is almost
certainly insufficient to guarantee that it's 100% correct. Until a few bug
reports come in and some of the ‘unknown unknowns’ in the code are flushed out,
consider this module an ‘alpha’ and treat it with the appropriate amount of
skepticism.