How To Install mono-tools on Fedora 36

In this tutorial we learn how to install mono-tools in Fedora 36. mono-tools is A collection of tools for mono applications

Introduction

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

What is mono-tools

Monotools are a number of tools for mono such as allowing monodoc to be run independantly of monodevelop

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

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

sudo dnf -y install mono-tools

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

sudo yum -y install mono-tools

How To Uninstall mono-tools on Fedora 36

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

sudo dnf remove mono-tools

mono-tools Package Contents on Fedora 36

/usr/bin/create-native-map
/usr/bin/emveepee
/usr/bin/gasnview
/usr/bin/gd2i
/usr/bin/gsharp
/usr/bin/gui-compare
/usr/bin/minvoke
/usr/bin/monodoc
/usr/bin/mperfmon
/usr/bin/mprof-decoder
/usr/bin/mprof-heap-viewer
/usr/lib/create-native-map
/usr/lib/create-native-map/MapAttribute.cs
/usr/lib/create-native-map/create-native-map.exe
/usr/lib/gsharp/gsharp.exe
/usr/lib/gsharp/gsharp.exe.config
/usr/lib/gui-compare
/usr/lib/gui-compare/gui-compare.exe
/usr/lib/gui-compare/gui-compare.exe.mdb
/usr/lib/minvoke
/usr/lib/minvoke/minvoke.exe
/usr/lib/mono-tools
/usr/lib/mono-tools/Mono.Profiler.Widgets.dll
/usr/lib/mono-tools/Mono.Profiler.Widgets.dll.mdb
/usr/lib/mono-tools/emveepee.exe
/usr/lib/mono-tools/emveepee.exe.mdb
/usr/lib/mono-tools/mprof-decoder-library.dll
/usr/lib/mono-tools/mprof-decoder-library.dll.mdb
/usr/lib/mono-tools/mprof-decoder.exe
/usr/lib/mono-tools/mprof-decoder.exe.mdb
/usr/lib/mono-tools/mprof-heap-snapshot-explorer.dll
/usr/lib/mono-tools/mprof-heap-snapshot-explorer.dll.mdb
/usr/lib/mono-tools/mprof-heap-viewer.exe
/usr/lib/mono-tools/mprof-heap-viewer.exe.mdb
/usr/lib/mono/1.0/gasnview.exe
/usr/lib/monodoc/MonoWebBrowserHtmlRender.dll
/usr/lib/monodoc/browser.exe
/usr/lib/mperfmon/config
/usr/lib/mperfmon/mperfmon.exe
/usr/share/applications/gsharp.desktop
/usr/share/applications/monodoc.desktop
/usr/share/doc/mono-tools
/usr/share/doc/mono-tools/AUTHORS
/usr/share/doc/mono-tools/COPYING
/usr/share/doc/mono-tools/ChangeLog
/usr/share/doc/mono-tools/README
/usr/share/icons/hicolor
/usr/share/icons/hicolor/16x16
/usr/share/icons/hicolor/16x16/apps
/usr/share/icons/hicolor/16x16/apps/monodoc.png
/usr/share/icons/hicolor/22x22
/usr/share/icons/hicolor/22x22/apps
/usr/share/icons/hicolor/22x22/apps/monodoc.png
/usr/share/icons/hicolor/24x24
/usr/share/icons/hicolor/24x24/apps
/usr/share/icons/hicolor/24x24/apps/monodoc.png
/usr/share/icons/hicolor/256x256
/usr/share/icons/hicolor/256x256/apps
/usr/share/icons/hicolor/256x256/apps/monodoc.png
/usr/share/icons/hicolor/32x32
/usr/share/icons/hicolor/32x32/apps
/usr/share/icons/hicolor/32x32/apps/monodoc.png
/usr/share/icons/hicolor/48x48
/usr/share/icons/hicolor/48x48/apps
/usr/share/icons/hicolor/48x48/apps/monodoc.png
/usr/share/locale/ca/LC_MESSAGES/mono-tools.mo
/usr/share/locale/da/LC_MESSAGES/mono-tools.mo
/usr/share/locale/es/LC_MESSAGES/mono-tools.mo
/usr/share/locale/fr/LC_MESSAGES/mono-tools.mo
/usr/share/locale/pt_BR/LC_MESSAGES/mono-tools.mo
/usr/share/man/man1/create-native-map.1.gz
/usr/share/man/man1/gd2i.1.gz
/usr/share/man/man1/mperfmon.1.gz
/usr/share/man/man1/mprof-decoder.1.gz
/usr/share/man/man1/mprof-heap-viewer.1.gz
/usr/share/pixmaps/monodoc.png

References

Summary

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