How To Install libXpm-devel on Fedora 36

In this tutorial we learn how to install libXpm-devel in Fedora 36. libXpm-devel is X.Org X11 libXpm development package

Introduction

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

What is libXpm-devel

X.Org X11 libXpm development package

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

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

sudo dnf -y install libXpm-devel

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

sudo yum -y install libXpm-devel

How To Uninstall libXpm-devel on Fedora 36

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

sudo dnf remove libXpm-devel

libXpm-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `libXpm-devel`

> X.Org X11 libXpm development package  

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

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

sudo dnf -y install libXpm-devel

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

sudo yum -y install libXpm-devel

How To Uninstall libXpm-devel on Fedora 36

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

sudo dnf remove libXpm-devel

libXpm-devel Package Contents on Fedora 36

/usr/bin/cxpm
/usr/bin/sxpm
/usr/include/X11/xpm.h
/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/eb211f83b6bd90b169b1bb37dc4fe7ebf1bd48
/usr/lib/.build-id/95
/usr/lib/.build-id/95/ffa2bb11c7262a466841c1390a846f91c7d85d
/usr/lib64/libXpm.so
/usr/lib64/pkgconfig/xpm.pc
/usr/share/man/man1/cxpm.1.gz
/usr/share/man/man1/sxpm.1.gz

/usr/bin/cxpm /usr/bin/sxpm /usr/include/X11/xpm.h /usr/lib/.build-id /usr/lib/.build-id/46 /usr/lib/.build-id/46/9f9291f98aaabffb9d5aca517d79f83d1cdc38 /usr/lib/.build-id/73 /usr/lib/.build-id/73/da1fd932d3bc94b34892f110a2eb97d529a335 /usr/lib/libXpm.so /usr/lib/pkgconfig/xpm.pc /usr/share/man/man1/cxpm.1.gz /usr/share/man/man1/sxpm.1.gz

References

Summary


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


* [libXpm-devel website](http://www.x.org)

## Summary

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