How To Install nginx-mod-vts on Fedora 36

In this tutorial we learn how to install nginx-mod-vts in Fedora 36. nginx-mod-vts is Nginx virtual host traffic status module

Introduction

In this tutorial we learn how to install nginx-mod-vts on Fedora 36.

What is nginx-mod-vts

Nginx virtual host traffic status module.

We can use yum or dnf to install nginx-mod-vts on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nginx-mod-vts.

Install nginx-mod-vts on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install nginx-mod-vts using dnf by running the following command:

sudo dnf -y install nginx-mod-vts

Install nginx-mod-vts on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install nginx-mod-vts using yum by running the following command:

sudo yum -y install nginx-mod-vts

How To Uninstall nginx-mod-vts on Fedora 36

To uninstall only the nginx-mod-vts package we can use the following command:

sudo dnf remove nginx-mod-vts

nginx-mod-vts Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/98
/usr/lib/.build-id/98/e17b3ebcf29fc94a4fe949c4ad32648454e20d
/usr/lib64/nginx/modules/ngx_http_vhost_traffic_status_module.so
/usr/share/doc/nginx-mod-vts
/usr/share/doc/nginx-mod-vts/README.md
/usr/share/licenses/nginx-mod-vts
/usr/share/licenses/nginx-mod-vts/LICENSE
/usr/share/nginx/modules/mod-vhost-traffic-status.conf

References

Summary

In this tutorial we learn how to install nginx-mod-vts on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).