How To Install xylib on Fedora 36
Introduction
In this tutorial we learn how to install xylib
on Fedora 36.
What is xylib
C++ library for reading files that contain x-y data from powder diffraction, spectroscopy or other experimental methods. The supported formats include VAMAS, pdCIF, Bruker UXD and RAW, Philips UDF and RD, Rigaku DAT, Sietronics CPI, DBWS/DMPLOT, Koalariet XDD and others.
We can use yum
or dnf
to install xylib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xylib.
Install xylib 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
using dnf
by running the following command:
sudo dnf -y install xylib
Install xylib 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
using yum
by running the following command:
sudo yum -y install xylib
How To Uninstall xylib on Fedora 36
To uninstall only the xylib
package we can use the following command:
sudo dnf remove xylib
xylib Package Contents on Fedora 36
/usr/bin/xyconv
/usr/bin/xyconvert
/usr/lib/.build-id
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/1fbf1be399f9c358f99f51ba5fd000df2c522f
/usr/lib/.build-id/29
/usr/lib/.build-id/29/972f2ed2da99bc38ebcc2e28c387c330736d00
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/f47254feaa5d2e83e17fcf241a81f6b49c59bf
/usr/lib/libxy.so.3
/usr/lib/libxy.so.3.1.1
/usr/share/doc/xylib
/usr/share/doc/xylib/COPYING
/usr/share/doc/xylib/README.rst
/usr/share/doc/xylib/TODO
/usr/share/doc/xylib/sample-urls
/usr/share/man/man1/xyconv.1.gz
References
Summary
In this tutorial we learn how to install xylib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install xylib on Fedora 36” linkTitle: “xylib” type: “docs” description: “In this tutorial we learn how to install xylib in Fedora 36. xylib is Library for reading x-y data from several file formats” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/xylib-featured.png
Introduction
In this tutorial we learn how to install xylib
on Fedora 36.
What is xylib
C++ library for reading files that contain x-y data from powder diffraction, spectroscopy or other experimental methods. The supported formats include VAMAS, pdCIF, Bruker UXD and RAW, Philips UDF and RD, Rigaku DAT, Sietronics CPI, DBWS/DMPLOT, Koalariet XDD and others.
We can use yum
or dnf
to install xylib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xylib.
Install xylib 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
using dnf
by running the following command:
sudo dnf -y install xylib
Install xylib 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
using yum
by running the following command:
sudo yum -y install xylib
How To Uninstall xylib on Fedora 36
To uninstall only the xylib
package we can use the following command:
sudo dnf remove xylib
xylib Package Contents on Fedora 36
/usr/bin/xyconv
/usr/bin/xyconvert
/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/70116fbbda864ab508570d717cee5d5a1b3aab
/usr/lib/.build-id/58
/usr/lib/.build-id/58/dbb110a610e85820d6f9aa4c96de8b07ae69d1
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/f6cec16e81c83dd0d6cd1ec1861640e5ff5ee4
/usr/lib64/libxy.so.3
/usr/lib64/libxy.so.3.1.1
/usr/share/doc/xylib
/usr/share/doc/xylib/COPYING
/usr/share/doc/xylib/README.rst
/usr/share/doc/xylib/TODO
/usr/share/doc/xylib/sample-urls
/usr/share/man/man1/xyconv.1.gz
References
Summary
In this tutorial we learn how to install xylib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).