How To Install pugixml-devel on Fedora 36

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

Introduction

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

What is pugixml-devel

Development files for package pugixml

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

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

sudo dnf -y install pugixml-devel

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

sudo yum -y install pugixml-devel

How To Uninstall pugixml-devel on Fedora 36

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

title: "How To Install pugixml-devel on Fedora 36"
sudo dnf remove pugixml-devel
linkTitle: "pugixml-devel"

type: “docs”

pugixml-devel Package Contents on Fedora 36

description: “In this tutorial we learn how to install pugixml-devel in Fedora 36. pugixml-devel is Development files for pugixml”

date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/pugixml-devel-featured.png
---

## Introduction

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

### What is `pugixml-devel`

> Development files for package pugixml  

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

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

sudo dnf -y install pugixml-devel

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

sudo yum -y install pugixml-devel

How To Uninstall pugixml-devel on Fedora 36

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

sudo dnf remove pugixml-devel

pugixml-devel Package Contents on Fedora 36

/usr/include/pugiconfig.hpp
/usr/include/pugixml.hpp
/usr/lib/cmake/pugixml
/usr/lib/cmake/pugixml/pugixml-config-version.cmake
/usr/lib/cmake/pugixml/pugixml-config.cmake
/usr/lib/cmake/pugixml/pugixml-targets-noconfig.cmake
/usr/lib/cmake/pugixml/pugixml-targets.cmake
/usr/lib/libpugixml.so
/usr/lib/pkgconfig/pugixml.pc

References

Summary

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

/usr/include/pugiconfig.hpp /usr/include/pugixml.hpp /usr/lib64/cmake/pugixml /usr/lib64/cmake/pugixml/pugixml-config-version.cmake /usr/lib64/cmake/pugixml/pugixml-config.cmake /usr/lib64/cmake/pugixml/pugixml-targets-noconfig.cmake /usr/lib64/cmake/pugixml/pugixml-targets.cmake /usr/lib64/libpugixml.so /usr/lib64/pkgconfig/pugixml.pc


## References

* [pugixml-devel website](http://pugixml.org)

## Summary

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