How To Install mono-reflection on Fedora 36

In this tutorial we learn how to install mono-reflection in Fedora 36. mono-reflection is Helper library for Mono Reflection support

Introduction

In this tutorial we learn how to install mono-reflection on Fedora 36.

What is mono-reflection

Helper library for Mono Reflection support.

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

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

sudo dnf -y install mono-reflection

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

sudo yum -y install mono-reflection

How To Uninstall mono-reflection on Fedora 36

To uninstall only the mono-reflection package we can use the following command:

sudo dnf remove mono-reflection

mono-reflection Package Contents on Fedora 36

/usr/lib/mono/Mono.Reflection
/usr/lib/mono/Mono.Reflection/Mono.Reflection.dll
/usr/lib/mono/gac/Mono.Reflection
/usr/lib/mono/gac/Mono.Reflection/1.0.0.0__046ed8ba4eae38ad
/usr/lib/mono/gac/Mono.Reflection/1.0.0.0__046ed8ba4eae38ad/Mono.Reflection.dll
/usr/share/doc/mono-reflection
/usr/share/doc/mono-reflection/README
---
title: "How To Install mono-reflection on Fedora 36"
linkTitle: "mono-reflection"
type: "docs"
description: "In this tutorial we learn how to install mono-reflection in Fedora 36. mono-reflection is Helper library for Mono Reflection support"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/mono-reflection-featured.png
---

## Introduction

In this tutorial we learn how to install `mono-reflection` on Fedora 36.

### What is `mono-reflection`

> Helper library for Mono Reflection support.  

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

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

sudo dnf -y install mono-reflection

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

sudo yum -y install mono-reflection

How To Uninstall mono-reflection on Fedora 36

To uninstall only the mono-reflection package we can use the following command:

sudo dnf remove mono-reflection

mono-reflection Package Contents on Fedora 36

/usr/lib/mono/Mono.Reflection
/usr/lib/mono/Mono.Reflection/Mono.Reflection.dll
/usr/lib/mono/gac/Mono.Reflection
/usr/lib/mono/gac/Mono.Reflection/1.0.0.0__046ed8ba4eae38ad
/usr/lib/mono/gac/Mono.Reflection/1.0.0.0__046ed8ba4eae38ad/Mono.Reflection.dll
/usr/share/doc/mono-reflection
/usr/share/doc/mono-reflection/README

References

Summary

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


## References

* [mono-reflection website](https://github.com/jbevain/mono.reflection)

## Summary

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