How To Install matreshka-spikedog-core-devel on Fedora 36

In this tutorial we learn how to install matreshka-spikedog-core-devel in Fedora 36. matreshka-spikedog-core-devel is Devel package for spikedog-core-lib

Introduction

In this tutorial we learn how to install matreshka-spikedog-core-devel on Fedora 36.

What is matreshka-spikedog-core-devel

Devel package for spikedog-core-lib

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

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

sudo dnf -y install matreshka-spikedog-core-devel

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

sudo yum -y install matreshka-spikedog-core-devel

How To Uninstall matreshka-spikedog-core-devel on Fedora 36

To uninstall only the matreshka-spikedog-core-devel package we can use the following command:

sudo dnf remove matreshka-spikedog-core-devel

matreshka-spikedog-core-devel Package Contents on Fedora 36

---
title: "How To Install matreshka-spikedog-core-devel on Fedora 36"
linkTitle: "matreshka-spikedog-core-devel"
type: "docs"
description: "In this tutorial we learn how to install matreshka-spikedog-core-devel in Fedora 36. matreshka-spikedog-core-devel is Devel package for spikedog-core-lib"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/matreshka-spikedog-core-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `matreshka-spikedog-core-devel` on Fedora 36.

### What is `matreshka-spikedog-core-devel`

> Devel package for spikedog-core-lib  

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

## Install matreshka-spikedog-core-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install matreshka-spikedog-core-devel using dnf by running the following command:

sudo dnf -y install matreshka-spikedog-core-devel

Install matreshka-spikedog-core-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

/usr/include/matreshka/spikedog_core /usr/include/matreshka/spikedog_core/matreshka-servlet_containers-loader__posix.adb /usr/include/matreshka/spikedog_core/matreshka-servlet_containers.adb /usr/include/matreshka/spikedog_core/matreshka-servlet_containers.ads /usr/include/matreshka/spikedog_core/matreshka-servlet_defaults.adb /usr/include/matreshka/spikedog_core/matreshka-servlet_defaults.ads /usr/include/matreshka/spikedog_core/matreshka-servlet_dispatchers.adb /usr/include/matreshka/spikedog_core/matreshka-servlet_dispatchers.ads /usr/include/matreshka/spikedog_core/matreshka-servlet_http_requests.adb /usr/include/matreshka/spikedog_core/matreshka-servlet_http_requests.ads /usr/include/matreshka/spikedog_core/matreshka-servlet_http_responses.adb /usr/include/matreshka/spikedog_core/matreshka-servlet_http_responses.ads /usr/include/matreshka/spikedog_core/matreshka-servlet_registrations.adb /usr/include/matreshka/spikedog_core/matreshka-servlet_registrations.ads /usr/include/matreshka/spikedog_core/matreshka-servlet_servers.ads /usr/include/matreshka/spikedog_core/matreshka-spikedog_deployment_descriptors-parsers.adb /usr/include/matreshka/spikedog_core/matreshka-spikedog_deployment_descriptors-parsers.ads /usr/include/matreshka/spikedog_core/matreshka-spikedog_deployment_descriptors.ads /usr/lib/libspikedog-core-12.0.so /usr/lib/libspikedog-core-12.0.so.20 /usr/lib/matreshka/spikedog_core/libspikedog-core-12.0.so /usr/lib/matreshka/spikedog_core/libspikedog-core-12.0.so.20 /usr/lib/matreshka/spikedog_core/matreshka-servlet_containers.ali /usr/lib/matreshka/spikedog_core/matreshka-servlet_defaults.ali /usr/lib/matreshka/spikedog_core/matreshka-servlet_dispatchers.ali /usr/lib/matreshka/spikedog_core/matreshka-servlet_http_requests.ali /usr/lib/matreshka/spikedog_core/matreshka-servlet_http_responses.ali /usr/lib/matreshka/spikedog_core/matreshka-servlet_registrations.ali /usr/lib/matreshka/spikedog_core/matreshka-servlet_servers.ali /usr/lib/matreshka/spikedog_core/matreshka-spikedog_deployment_descriptors-parsers.ali /usr/lib/matreshka/spikedog_core/matreshka-spikedog_deployment_descriptors.ali /usr/share/gpr/manifests/spikedog_core /usr/share/gpr/matreshka_spikedog_core.gpr

After updating yum database, We can install matreshka-spikedog-core-devel using yum by running the following command:

sudo yum -y install matreshka-spikedog-core-devel

## How To Uninstall matreshka-spikedog-core-devel on Fedora 36
## References


To uninstall only the `matreshka-spikedog-core-devel` package we can use the following command:
* [matreshka-spikedog-core-devel website](http://forge.ada-ru.org/matreshka)


```bash
## Summary
sudo dnf remove matreshka-spikedog-core-devel

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

matreshka-spikedog-core-devel Package Contents on Fedora 36

/usr/include/matreshka/spikedog_core
/usr/include/matreshka/spikedog_core/matreshka-servlet_containers-loader__posix.adb
/usr/include/matreshka/spikedog_core/matreshka-servlet_containers.adb
/usr/include/matreshka/spikedog_core/matreshka-servlet_containers.ads
/usr/include/matreshka/spikedog_core/matreshka-servlet_defaults.adb
/usr/include/matreshka/spikedog_core/matreshka-servlet_defaults.ads
/usr/include/matreshka/spikedog_core/matreshka-servlet_dispatchers.adb
/usr/include/matreshka/spikedog_core/matreshka-servlet_dispatchers.ads
/usr/include/matreshka/spikedog_core/matreshka-servlet_http_requests.adb
/usr/include/matreshka/spikedog_core/matreshka-servlet_http_requests.ads
/usr/include/matreshka/spikedog_core/matreshka-servlet_http_responses.adb
/usr/include/matreshka/spikedog_core/matreshka-servlet_http_responses.ads
/usr/include/matreshka/spikedog_core/matreshka-servlet_registrations.adb
/usr/include/matreshka/spikedog_core/matreshka-servlet_registrations.ads
/usr/include/matreshka/spikedog_core/matreshka-servlet_servers.ads
/usr/include/matreshka/spikedog_core/matreshka-spikedog_deployment_descriptors-parsers.adb
/usr/include/matreshka/spikedog_core/matreshka-spikedog_deployment_descriptors-parsers.ads
/usr/include/matreshka/spikedog_core/matreshka-spikedog_deployment_descriptors.ads
/usr/lib64/libspikedog-core-12.0.so
/usr/lib64/libspikedog-core-12.0.so.20
/usr/lib64/matreshka/spikedog_core/libspikedog-core-12.0.so
/usr/lib64/matreshka/spikedog_core/libspikedog-core-12.0.so.20
/usr/lib64/matreshka/spikedog_core/matreshka-servlet_containers.ali
/usr/lib64/matreshka/spikedog_core/matreshka-servlet_defaults.ali
/usr/lib64/matreshka/spikedog_core/matreshka-servlet_dispatchers.ali
/usr/lib64/matreshka/spikedog_core/matreshka-servlet_http_requests.ali
/usr/lib64/matreshka/spikedog_core/matreshka-servlet_http_responses.ali
/usr/lib64/matreshka/spikedog_core/matreshka-servlet_registrations.ali
/usr/lib64/matreshka/spikedog_core/matreshka-servlet_servers.ali
/usr/lib64/matreshka/spikedog_core/matreshka-spikedog_deployment_descriptors-parsers.ali
/usr/lib64/matreshka/spikedog_core/matreshka-spikedog_deployment_descriptors.ali
/usr/share/gpr/manifests/spikedog_core
/usr/share/gpr/matreshka_spikedog_core.gpr

References

Summary

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