How To Install xylib-devel on Fedora 36

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

Introduction

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

What is xylib-devel

Files needed for developing apps using xylib. xylib is a C++ library for reading files that contain x-y data from powder diffraction, spectroscopy or other experimental methods.

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

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

sudo dnf -y install xylib-devel

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

sudo yum -y install xylib-devel

How To Uninstall xylib-devel on Fedora 36

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

sudo dnf remove xylib-devel

xylib-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `xylib-devel`

> Files needed for developing apps using xylib. xylib is a C++ library for reading files that contain x-y data from powder diffraction, spectroscopy or other experimental methods.  

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

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

sudo dnf -y install xylib-devel

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

sudo yum -y install xylib-devel

How To Uninstall xylib-devel on Fedora 36

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

sudo dnf remove xylib-devel

xylib-devel Package Contents on Fedora 36

/usr/include/xylib
/usr/include/xylib/bruker_raw.h
/usr/include/xylib/bruker_spc.h
/usr/include/xylib/cache.h
/usr/include/xylib/canberra_cnf.h
/usr/include/xylib/canberra_mca.h
/usr/include/xylib/chiplot.h
/usr/include/xylib/cpi.h
/usr/include/xylib/csv.h
/usr/include/xylib/dbws.h
/usr/include/xylib/pdcif.h
/usr/include/xylib/philips_raw.h
/usr/include/xylib/philips_udf.h
/usr/include/xylib/riet7.h
/usr/include/xylib/rigaku_dat.h
/usr/include/xylib/specsxy.h
/usr/include/xylib/spectra.h
/usr/include/xylib/text.h
/usr/include/xylib/uxd.h
/usr/include/xylib/vamas.h
/usr/include/xylib/winspec_spe.h
/usr/include/xylib/xfit_xdd.h
/usr/include/xylib/xrdml.h
/usr/include/xylib/xsyg.h
/usr/include/xylib/xylib.h
/usr/lib/libxy.so

References

Summary

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

/usr/include/xylib /usr/include/xylib/bruker_raw.h /usr/include/xylib/bruker_spc.h /usr/include/xylib/cache.h /usr/include/xylib/canberra_cnf.h /usr/include/xylib/canberra_mca.h /usr/include/xylib/chiplot.h /usr/include/xylib/cpi.h /usr/include/xylib/csv.h /usr/include/xylib/dbws.h /usr/include/xylib/pdcif.h /usr/include/xylib/philips_raw.h /usr/include/xylib/philips_udf.h /usr/include/xylib/riet7.h /usr/include/xylib/rigaku_dat.h /usr/include/xylib/specsxy.h /usr/include/xylib/spectra.h /usr/include/xylib/text.h /usr/include/xylib/uxd.h /usr/include/xylib/vamas.h /usr/include/xylib/winspec_spe.h /usr/include/xylib/xfit_xdd.h /usr/include/xylib/xrdml.h /usr/include/xylib/xsyg.h /usr/include/xylib/xylib.h /usr/lib64/libxy.so


## References

* [xylib-devel website](http://xylib.sourceforge.net/)

## Summary

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