How To Install matreshka-fastcgi on Fedora 36

In this tutorial we learn how to install matreshka-fastcgi in Fedora 36. matreshka-fastcgi is Web framework based on Matreshka

Introduction

In this tutorial we learn how to install matreshka-fastcgi on Fedora 36.

What is matreshka-fastcgi

Web framework – FastCGI module allows to develop server side applications completely in Ada and use them with standard HTTP servers ( demo).

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

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

sudo dnf -y install matreshka-fastcgi

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

sudo yum -y install matreshka-fastcgi

How To Uninstall matreshka-fastcgi on Fedora 36

To uninstall only the matreshka-fastcgi package we can use the following command:

sudo dnf remove matreshka-fastcgi

matreshka-fastcgi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/615b3bfd41c2e5ac176d1f1c869dcd558036de
/usr/lib/libmatreshka-fastcgi-12.0.so.20.1
/usr/lib/matreshka/fastcgi
/usr/lib/matreshka/fastcgi/libmatreshka-fastcgi-12.0.so.20.1

References

Summary

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


title: “How To Install matreshka-fastcgi on Fedora 36” linkTitle: “matreshka-fastcgi” type: “docs” description: “In this tutorial we learn how to install matreshka-fastcgi in Fedora 36. matreshka-fastcgi is Web framework based on Matreshka” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/matreshka-fastcgi-featured.png

Introduction

In this tutorial we learn how to install matreshka-fastcgi on Fedora 36.

What is matreshka-fastcgi

Web framework – FastCGI module allows to develop server side applications completely in Ada and use them with standard HTTP servers ( demo).

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

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

sudo dnf -y install matreshka-fastcgi

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

sudo yum -y install matreshka-fastcgi

How To Uninstall matreshka-fastcgi on Fedora 36

To uninstall only the matreshka-fastcgi package we can use the following command:

sudo dnf remove matreshka-fastcgi

matreshka-fastcgi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/b83326690871a3bb41d4e7a0fe640b40d55c86
/usr/lib64/libmatreshka-fastcgi-12.0.so.20.1
/usr/lib64/matreshka/fastcgi
/usr/lib64/matreshka/fastcgi/libmatreshka-fastcgi-12.0.so.20.1

References

Summary

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