How To Install libxls-devel on Fedora 36

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

Introduction

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

What is libxls-devel

Development files for libxls

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

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

sudo dnf -y install libxls-devel

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

sudo yum -y install libxls-devel

How To Uninstall libxls-devel on Fedora 36

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

sudo dnf remove libxls-devel

libxls-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `libxls-devel`

> Development files for libxls  

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

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

sudo dnf -y install libxls-devel

Install libxls-devel on Fedora 36 Using yum

/usr/include/libxls /usr/include/libxls/brdb.c.h /usr/include/libxls/brdb.h /usr/include/libxls/endian.h /usr/include/libxls/locale.h /usr/include/libxls/ole.h /usr/include/libxls/xlsstruct.h /usr/include/libxls/xlstool.h /usr/include/libxls/xlstypes.h /usr/include/xls.h /usr/lib64/libxlsreader.so /usr/lib64/pkgconfig/libxls.pc Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libxls-devel using yum by running the following command:

sudo yum -y install libxls-devel

How To Uninstall libxls-devel on Fedora 36

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

sudo dnf remove libxls-devel

libxls-devel Package Contents on Fedora 36

References

Summary

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

/usr/include/libxls /usr/include/libxls/brdb.c.h /usr/include/libxls/brdb.h /usr/include/libxls/endian.h /usr/include/libxls/locale.h /usr/include/libxls/ole.h /usr/include/libxls/xlsstruct.h /usr/include/libxls/xlstool.h /usr/include/libxls/xlstypes.h /usr/include/xls.h /usr/lib/libxlsreader.so /usr/lib/pkgconfig/libxls.pc


## References

* [libxls-devel website](https://github.com/libxls/libxls)

## Summary

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