How To Install libdmx on Fedora 36

In this tutorial we learn how to install libdmx in Fedora 36. libdmx is X.Org X11 DMX runtime library

Introduction

In this tutorial we learn how to install libdmx on Fedora 36.

What is libdmx

The X.Org X11 DMX (Distributed Multihead X) runtime library.

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

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

sudo dnf -y install libdmx

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

sudo yum -y install libdmx

How To Uninstall libdmx on Fedora 36

To uninstall only the libdmx package we can use the following command:

sudo dnf remove libdmx

libdmx Package Contents on Fedora 36

---
title: "How To Install libdmx on Fedora 36"
linkTitle: "libdmx"
type: "docs"
description: "In this tutorial we learn how to install libdmx in Fedora 36. libdmx is X.Org X11 DMX runtime library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libdmx-featured.png
---

## Introduction

In this tutorial we learn how to install `libdmx` on Fedora 36.

### What is `libdmx`

> The X.Org X11 DMX (Distributed Multihead X) runtime library.  

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

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

sudo dnf -y install libdmx

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

sudo yum -y install libdmx

How To Uninstall libdmx on Fedora 36

To uninstall only the libdmx package we can use the following command:

sudo dnf remove libdmx

libdmx Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/a6ea8264d1a0ba3383e2ef23a168667d69b25f
/usr/lib64/libdmx.so.1
/usr/lib64/libdmx.so.1.0.0
/usr/share/doc/libdmx
/usr/share/doc/libdmx/COPYING

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/00 /usr/lib/.build-id/00/52ba06048db917b32c2af66ed93b96e1dfc0eb /usr/lib/libdmx.so.1 /usr/lib/libdmx.so.1.0.0 /usr/share/doc/libdmx /usr/share/doc/libdmx/COPYING


## References

* [libdmx website](http://www.x.org)

## Summary

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