How To Install mpark-variant-devel on Fedora 36

In this tutorial we learn how to install mpark-variant-devel in Fedora 36. mpark-variant-devel is Development files for mpark-variant

Introduction

In this tutorial we learn how to install mpark-variant-devel on Fedora 36.

What is mpark-variant-devel

Development files for mpark-variant.

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

Install mpark-variant-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 mpark-variant-devel using dnf by running the following command:

sudo dnf -y install mpark-variant-devel

Install mpark-variant-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 mpark-variant-devel using yum by running the following command:

sudo yum -y install mpark-variant-devel

How To Uninstall mpark-variant-devel on Fedora 36

To uninstall only the mpark-variant-devel package we can use the following command:

sudo dnf remove mpark-variant-devel

mpark-variant-devel Package Contents on Fedora 36

---
title: "How To Install mpark-variant-devel on Fedora 36"
linkTitle: "mpark-variant-devel"
type: "docs"
description: "In this tutorial we learn how to install mpark-variant-devel in Fedora 36. mpark-variant-devel is Development files for mpark-variant"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/mpark-variant-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `mpark-variant-devel` on Fedora 36.

### What is `mpark-variant-devel`

> Development files for mpark-variant.  

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

## Install mpark-variant-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 mpark-variant-devel using dnf by running the following command:

sudo dnf -y install mpark-variant-devel

Install mpark-variant-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 mpark-variant-devel using yum by running the following command:

sudo yum -y install mpark-variant-devel

How To Uninstall mpark-variant-devel on Fedora 36

To uninstall only the mpark-variant-devel package we can use the following command:

sudo dnf remove mpark-variant-devel

mpark-variant-devel Package Contents on Fedora 36

/usr/include/mpark
/usr/include/mpark/config.hpp
/usr/include/mpark/in_place.hpp
/usr/include/mpark/lib.hpp
/usr/include/mpark/variant.hpp
/usr/lib/cmake/mpark_variant
/usr/lib/cmake/mpark_variant/mpark_variant-config-version.cmake
/usr/lib/cmake/mpark_variant/mpark_variant-config.cmake
/usr/lib/cmake/mpark_variant/mpark_variant-targets.cmake
/usr/share/doc/mpark-variant-devel
/usr/share/doc/mpark-variant-devel/README.md
/usr/share/licenses/mpark-variant-devel
/usr/share/licenses/mpark-variant-devel/LICENSE.md
/usr/include/mpark
/usr/include/mpark/config.hpp
/usr/include/mpark/in_place.hpp
/usr/include/mpark/lib.hpp
/usr/include/mpark/variant.hpp
/usr/lib64/cmake/mpark_variant
/usr/lib64/cmake/mpark_variant/mpark_variant-config-version.cmake
/usr/lib64/cmake/mpark_variant/mpark_variant-config.cmake
/usr/lib64/cmake/mpark_variant/mpark_variant-targets.cmake
/usr/share/doc/mpark-variant-devel
/usr/share/doc/mpark-variant-devel/README.md
/usr/share/licenses/mpark-variant-devel
/usr/share/licenses/mpark-variant-devel/LICENSE.md

References

Summary

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


## References

* [mpark-variant-devel website](https://github.com/mpark/variant)

## Summary

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