How to Install and Uninstall vmod-querystring.x86_64 Package on Fedora 34

Last updated: October 04,2024

1. Install "vmod-querystring.x86_64" package

Please follow the steps below to install vmod-querystring.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install vmod-querystring.x86_64

2. Uninstall "vmod-querystring.x86_64" package

Please follow the instructions below to uninstall vmod-querystring.x86_64 on Fedora 34:

$ sudo dnf remove vmod-querystring.x86_64 $ sudo dnf autoremove

3. Information about the vmod-querystring.x86_64 package on Fedora 34

Last metadata expiration check: 1:26:28 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : vmod-querystring
Version : 2.0.2
Release : 3.fc34
Architecture : x86_64
Size : 25 k
Source : vmod-querystring-2.0.2-3.fc34.src.rpm
Repository : fedora
Summary : QueryString module for Varnish Cache
URL : https://github.com/dridi/libvmod-querystring
License : GPLv3+
Description : The purpose of this module is to give you a fine-grained control over a URL's
: query-string in Varnish Cache. It's possible to remove the query-string, clean
: it, sort its parameters or filter it to only keep a subset of them.
:
: This can greatly improve your hit ratio and efficiency with Varnish, because
: by default two URLs with the same path but different query-strings are also
: different. This is what the RFCs mandate but probably not what you usually
: want for your web site or application.
:
: A query-string is just a character string starting after a question mark in a
: URL. But in a web context, it is usually a structured key/values store encoded
: with the `application/x-www-form-urlencoded' media type. This module deals
: with this kind of query-strings.