How To Install libxls on Fedora 36

In this tutorial we learn how to install libxls in Fedora 36. libxls is Read binary Excel files from C/C++

Introduction

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

What is libxls

This is libxls, a C library for reading Excel files in the old binary OLE format, plus a command-line tool for converting XLS to CSV (named, appropriately enough, libxls2csv).

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

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

sudo dnf -y install libxls

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

sudo yum -y install libxls

How To Uninstall libxls on Fedora 36

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

sudo dnf remove libxls

libxls Package Contents on Fedora 36

/usr/bin/libxls2csv
/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/0a9fe0746f2c997f4424030f2ed33fbe246eb7
/usr/lib/.build-id/76
/usr/lib/.build-id/76/4f4768cc7ef0127b4a98070b14d05444c860b7
/usr/lib/libxlsreader.so.8
/usr/lib/libxlsreader.so.8.0.2
/usr/share/doc/libxls
/usr/share/doc/libxls/AUTHORS
/usr/share/doc/libxls/README.md
/usr/share/licenses/libxls
/usr/share/licenses/libxls/LICENSE
/usr/share/man/man1/libxls2csv.1.gz

References

Summary

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


title: “How To Install libxls on Fedora 36” linkTitle: “libxls” type: “docs” description: “In this tutorial we learn how to install libxls in Fedora 36. libxls is Read binary Excel files from C/C++” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libxls-featured.png

Introduction

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

What is libxls

This is libxls, a C library for reading Excel files in the old binary OLE format, plus a command-line tool for converting XLS to CSV (named, appropriately enough, libxls2csv).

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

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

sudo dnf -y install libxls

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

sudo yum -y install libxls

How To Uninstall libxls on Fedora 36

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

sudo dnf remove libxls

libxls Package Contents on Fedora 36

/usr/bin/libxls2csv
/usr/lib/.build-id
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/5301a56f1ac6c3abf95832cecf6f4a168a7618
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/ad893227bbeb2353d6d0b08c8bd5ad9b64eae8
/usr/lib64/libxlsreader.so.8
/usr/lib64/libxlsreader.so.8.0.2
/usr/share/doc/libxls
/usr/share/doc/libxls/AUTHORS
/usr/share/doc/libxls/README.md
/usr/share/licenses/libxls
/usr/share/licenses/libxls/LICENSE
/usr/share/man/man1/libxls2csv.1.gz

References

Summary

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