How To Install libXdmcp-devel on Fedora 36
Introduction
In this tutorial we learn how to install libXdmcp-devel
on Fedora 36.
What is libXdmcp-devel
libXdmcp development package.
We can use yum
or dnf
to install libXdmcp-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXdmcp-devel.
Install libXdmcp-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 libXdmcp-devel
using dnf
by running the following command:
sudo dnf -y install libXdmcp-devel
Install libXdmcp-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 libXdmcp-devel
using yum
by running the following command:
sudo yum -y install libXdmcp-devel
How To Uninstall libXdmcp-devel on Fedora 36
To uninstall only the libXdmcp-devel
package we can use the following command:
sudo dnf remove libXdmcp-devel
libXdmcp-devel Package Contents on Fedora 36
---
title: "How To Install libXdmcp-devel on Fedora 36"
linkTitle: "libXdmcp-devel"
type: "docs"
description: "In this tutorial we learn how to install libXdmcp-devel in Fedora 36. libXdmcp-devel is Development files for libXdmcp"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libXdmcp-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `libXdmcp-devel` on Fedora 36.
### What is `libXdmcp-devel`
> libXdmcp development package.
We can use `yum` or `dnf` to install `libXdmcp-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXdmcp-devel.
## Install libXdmcp-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 libXdmcp-devel
using dnf
by running the following command:
sudo dnf -y install libXdmcp-devel
Install libXdmcp-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 libXdmcp-devel
using yum
by running the following command:
sudo yum -y install libXdmcp-devel
How To Uninstall libXdmcp-devel on Fedora 36
To uninstall only the libXdmcp-devel
package we can use the following command:
sudo dnf remove libXdmcp-devel
libXdmcp-devel Package Contents on Fedora 36
/usr/include/X11/Xdmcp.h
/usr/lib64/libXdmcp.so
/usr/lib64/pkgconfig/xdmcp.pc
/usr/share/doc/libXdmcp-devel
/usr/share/doc/libXdmcp-devel/README.md
/usr/include/X11/Xdmcp.h
/usr/lib/libXdmcp.so
/usr/lib/pkgconfig/xdmcp.pc
/usr/share/doc/libXdmcp-devel
/usr/share/doc/libXdmcp-devel/README.md
References
Summary
In this tutorial we learn how to install libXdmcp-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
## References
* [libXdmcp-devel website](http://www.x.org)
## Summary
In this tutorial we learn how to install `libXdmcp-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).