How To Install mate-menus-devel on Fedora 36
Introduction
In this tutorial we learn how to install mate-menus-devel on Fedora 36.
What is mate-menus-devel
Development files for mate-menus
We can use yum or dnf to install mate-menus-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mate-menus-devel.
Install mate-menus-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 mate-menus-devel using dnf by running the following command:
sudo dnf -y install mate-menus-devel
Install mate-menus-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 mate-menus-devel using yum by running the following command:
sudo yum -y install mate-menus-devel
How To Uninstall mate-menus-devel on Fedora 36
To uninstall only the mate-menus-devel package we can use the following command:
sudo dnf remove mate-menus-devel
mate-menus-devel Package Contents on Fedora 36
---
title: "How To Install mate-menus-devel on Fedora 36"
linkTitle: "mate-menus-devel"
type: "docs"
description: "In this tutorial we learn how to install mate-menus-devel in Fedora 36. mate-menus-devel is Development files for mate-menus"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/mate-menus-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `mate-menus-devel` on Fedora 36.
### What is `mate-menus-devel`
> Development files for mate-menus
We can use `yum` or `dnf` to install `mate-menus-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mate-menus-devel.
## Install mate-menus-devel on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
/usr/include/mate-menus
/usr/include/mate-menus/matemenu-tree.h
/usr/lib/libmate-menu.so
/usr/lib/pkgconfig/libmate-menu.pc
/usr/share/gir-1.0/MateMenu-2.0.gir
```bash
sudo dnf makecache --refresh
After updating yum database, We can install `mate-menus-devel` using `dnf` by running the following command:
## References
```bash
sudo dnf -y install mate-menus-devel
* [mate-menus-devel website](http://mate-desktop.org)
Summary
Install mate-menus-devel on Fedora 36 Using yum
Update yum database with yum using the following command.
In this tutorial we learn how to install mate-menus-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
sudo yum makecache --refresh
After updating yum database, We can install mate-menus-devel using yum by running the following command:
sudo yum -y install mate-menus-devel
How To Uninstall mate-menus-devel on Fedora 36
To uninstall only the mate-menus-devel package we can use the following command:
sudo dnf remove mate-menus-devel
mate-menus-devel Package Contents on Fedora 36
/usr/include/mate-menus
/usr/include/mate-menus/matemenu-tree.h
/usr/lib64/libmate-menu.so
/usr/lib64/pkgconfig/libmate-menu.pc
/usr/share/gir-1.0/MateMenu-2.0.gir
References
Summary
In this tutorial we learn how to install mate-menus-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).