How to Install and Uninstall nginx-module-devel-kit Package on openSUSE Leap

Last updated: May 19,2024

1. Install "nginx-module-devel-kit" package

This tutorial shows how to install nginx-module-devel-kit on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install nginx-module-devel-kit

2. Uninstall "nginx-module-devel-kit" package

Please follow the guidance below to uninstall nginx-module-devel-kit on openSUSE Leap:

$ sudo zypper remove nginx-module-devel-kit

3. Information about the nginx-module-devel-kit package on openSUSE Leap

Information for package nginx-module-devel-kit:
-----------------------------------------------
Repository : Main Repository
Name : nginx-module-devel-kit
Version : 0.3.0-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 34.4 KiB
Installed : No
Status : not installed
Source package : nginx-module-devel-kit-0.3.0-bp155.2.13.src
Upstream URL : https://github.com/simplresty/ngx_devel_kit
Summary : Additional generic tools for nginx module development
Description :
The NDK is an Nginx module that extends the core functionality of the
Nginx webserver in a way that can be used as a basis for other Nginx
modules.
NDK has functions and macros to deal with tasks that do not currently
have code in nginx. NDK itself adds few features that are seen by
end-users; the plan is to reduce the code that module developers need
to write.
Using features from the NDK makes it a dependency that users will
need to install as well.