How To Install mono-mvc-devel on Fedora 36
Introduction
In this tutorial we learn how to install mono-mvc-devel
on Fedora 36.
What is mono-mvc-devel
This is the Mono implementation of ASP.NET MVC
We can use yum
or dnf
to install mono-mvc-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mono-mvc-devel.
Install mono-mvc-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 mono-mvc-devel
using dnf
by running the following command:
sudo dnf -y install mono-mvc-devel
Install mono-mvc-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 mono-mvc-devel
using yum
by running the following command:
sudo yum -y install mono-mvc-devel
How To Uninstall mono-mvc-devel on Fedora 36
To uninstall only the mono-mvc-devel
package we can use the following command:
sudo dnf remove mono-mvc-devel
mono-mvc-devel Package Contents on Fedora 36
---
title: "How To Install mono-mvc-devel on Fedora 36"
linkTitle: "mono-mvc-devel"
type: "docs"
description: "In this tutorial we learn how to install mono-mvc-devel in Fedora 36. mono-mvc-devel is Development files for ASP.NET MVC"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/mono-mvc-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `mono-mvc-devel` on Fedora 36.
### What is `mono-mvc-devel`
> This is the Mono implementation of ASP.NET MVC
We can use `yum` or `dnf` to install `mono-mvc-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mono-mvc-devel.
## Install mono-mvc-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 mono-mvc-devel
using dnf
by running the following command:
sudo dnf -y install mono-mvc-devel
Install mono-mvc-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 mono-mvc-devel
using yum
by running the following command:
sudo yum -y install mono-mvc-devel
How To Uninstall mono-mvc-devel on Fedora 36
To uninstall only the mono-mvc-devel
package we can use the following command:
sudo dnf remove mono-mvc-devel
mono-mvc-devel Package Contents on Fedora 36
/usr/lib64/pkgconfig/system.web.extensions.design_1.0.pc
/usr/lib64/pkgconfig/system.web.extensions_1.0.pc
/usr/lib64/pkgconfig/system.web.mvc.pc
/usr/lib64/pkgconfig/system.web.mvc2.pc
/usr/lib64/pkgconfig/system.web.mvc3.pc
References
Summary
In this tutorial we learn how to install mono-mvc-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/pkgconfig/system.web.extensions.design_1.0.pc /usr/lib/pkgconfig/system.web.extensions_1.0.pc /usr/lib/pkgconfig/system.web.mvc.pc /usr/lib/pkgconfig/system.web.mvc2.pc /usr/lib/pkgconfig/system.web.mvc3.pc
## References
* [mono-mvc-devel website](http://www.mono-project.com)
## Summary
In this tutorial we learn how to install `mono-mvc-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).