How to Install and Uninstall nginx-module-http-substitutions-filter Package on openSUSE Leap

Last updated: September 28,2024

1. Install "nginx-module-http-substitutions-filter" package

Please follow the guidance below to install nginx-module-http-substitutions-filter on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install nginx-module-http-substitutions-filter

2. Uninstall "nginx-module-http-substitutions-filter" package

This is a short guide on how to uninstall nginx-module-http-substitutions-filter on openSUSE Leap:

$ sudo zypper remove nginx-module-http-substitutions-filter

3. Information about the nginx-module-http-substitutions-filter package on openSUSE Leap

Information for package nginx-module-http-substitutions-filter:
---------------------------------------------------------------
Repository : Main Repository
Name : nginx-module-http-substitutions-filter
Version : 0.0.0+git13042016.bc58cb1-bp153.1.16
Arch : x86_64
Vendor : openSUSE
Installed Size : 23,5 KiB
Installed : No
Status : not installed
Source package : nginx-module-http-substitutions-filter-0.0.0+git13042016.bc58cb1-bp153.1.16.src
Summary : Regular expression and fixed string substitutions nginx filter module
Description :
nginx_substitutions_filter is a filter module which can do both regular
expression and fixed string substitutions on response bodies. This module is
quite different from the Nginx's native Substitution Module. It scans the
output chains buffer and matches string line by line, just like Apache's
mod_substitute