How To Install lcms-devel on Fedora 36

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

Introduction

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

What is lcms-devel

Development files for LittleCMS.

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

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

sudo dnf -y install lcms-devel

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

sudo yum -y install lcms-devel

How To Uninstall lcms-devel on Fedora 36

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

sudo dnf remove lcms-devel

lcms-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `lcms-devel`

> Development files for LittleCMS.  

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

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

sudo dnf -y install lcms-devel

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

sudo yum -y install lcms-devel

How To Uninstall lcms-devel on Fedora 36

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

sudo dnf remove lcms-devel

lcms-devel Package Contents on Fedora 36

/usr/include/icc34.h
/usr/include/lcms.h
/usr/lib/liblcms.so
/usr/lib/pkgconfig/lcms.pc
/usr/share/doc/lcms-devel
/usr/share/doc/lcms-devel/LCMSAPI.TXT
/usr/include/icc34.h
/usr/include/lcms.h
/usr/lib64/liblcms.so
/usr/lib64/pkgconfig/lcms.pc
/usr/share/doc/lcms-devel
/usr/share/doc/lcms-devel/LCMSAPI.TXT

References

Summary

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


## References

* [lcms-devel website](http://www.littlecms.com/)

## Summary

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