How To Install goloris on Fedora 36

In this tutorial we learn how to install goloris in Fedora 36. goloris is Slowloris for NGINX DoS

Introduction

In this tutorial we learn how to install goloris on Fedora 36.

What is goloris

Slowloris for NGINX DoS. Written in go.

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

Install goloris 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 goloris using dnf by running the following command:

sudo dnf -y install goloris

Install goloris 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 goloris using yum by running the following command:

sudo yum -y install goloris

How To Uninstall goloris on Fedora 36

To uninstall only the goloris package we can use the following command:

sudo dnf remove goloris

goloris Package Contents on Fedora 36

/usr/bin/goloris
/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/9e8a9083d45a1befdb95b05832badd754e140d
/usr/share/doc/goloris
/usr/share/doc/goloris/README.md
/usr/share/licenses/goloris
/usr/share/licenses/goloris/LICENSE

References

Summary

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