How To Install freexl on Fedora 36
Introduction
In this tutorial we learn how to install freexl
on Fedora 36.
What is freexl
FreeXL is a library to extract valid data from within spreadsheets. Design goals • to be simple and lightweight • to be stable, robust and efficient • to be easily and universally portable • completely ignoring any GUI-related oddity
We can use yum
or dnf
to install freexl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install freexl.
Install freexl 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 freexl
using dnf
by running the following command:
sudo dnf -y install freexl
Install freexl 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 freexl
using yum
by running the following command:
sudo yum -y install freexl
How To Uninstall freexl on Fedora 36
To uninstall only the freexl
package we can use the following command:
sudo dnf remove freexl
freexl Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/4a74294292c8f04cb126fca20eee10ec0f45a9
/usr/lib64/libfreexl.so.1
/usr/lib64/libfreexl.so.1.1.0
/usr/share/licenses/freexl
/usr/share/licenses/freexl/COPYING
References
Summary
In this tutorial we learn how to install freexl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install freexl on Fedora 36” linkTitle: “freexl” type: “docs” description: “In this tutorial we learn how to install freexl in Fedora 36. freexl is Library to extract data from within an Excel spreadsheet” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/freexl-featured.png
Introduction
In this tutorial we learn how to install freexl
on Fedora 36.
What is freexl
FreeXL is a library to extract valid data from within spreadsheets. Design goals • to be simple and lightweight • to be stable, robust and efficient • to be easily and universally portable • completely ignoring any GUI-related oddity
We can use yum
or dnf
to install freexl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install freexl.
Install freexl 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 freexl
using dnf
by running the following command:
sudo dnf -y install freexl
Install freexl 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 freexl
using yum
by running the following command:
sudo yum -y install freexl
How To Uninstall freexl on Fedora 36
To uninstall only the freexl
package we can use the following command:
sudo dnf remove freexl
freexl Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/83905ba19583c9ae6afd301258f1869b61fc01
/usr/lib/libfreexl.so.1
/usr/lib/libfreexl.so.1.1.0
/usr/share/licenses/freexl
/usr/share/licenses/freexl/COPYING
References
Summary
In this tutorial we learn how to install freexl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).