How To Install spglib on Fedora 36
Introduction
In this tutorial we learn how to install spglib on Fedora 36.
What is spglib
C library for finding and handling crystal symmetries.
We can use yum or dnf to install spglib on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install spglib.
Install spglib 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 spglib using dnf by running the following command:
sudo dnf -y install spglib
Install spglib 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 spglib using yum by running the following command:
sudo yum -y install spglib
How To Uninstall spglib on Fedora 36
To uninstall only the spglib package we can use the following command:
sudo dnf remove spglib
spglib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/46e2072cc57a183b006a4775b482435d2fc760
/usr/lib/libsymspg.so.1
/usr/lib/libsymspg.so.1.16.1
/usr/share/doc/spglib
/usr/share/doc/spglib/README.md
/usr/share/licenses/spglib
/usr/share/licenses/spglib/COPYING
References
Summary
In this tutorial we learn how to install spglib on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install spglib on Fedora 36” linkTitle: “spglib” type: “docs” description: “In this tutorial we learn how to install spglib in Fedora 36. spglib is C library for finding and handling crystal symmetries” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/spglib-featured.png
Introduction
In this tutorial we learn how to install spglib on Fedora 36.
What is spglib
C library for finding and handling crystal symmetries.
We can use yum or dnf to install spglib on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install spglib.
Install spglib 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 spglib using dnf by running the following command:
sudo dnf -y install spglib
Install spglib 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 spglib using yum by running the following command:
sudo yum -y install spglib
How To Uninstall spglib on Fedora 36
To uninstall only the spglib package we can use the following command:
sudo dnf remove spglib
spglib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/e7650a12fa1f397ed3c5c239eb309d9d22a06f
/usr/lib64/libsymspg.so.1
/usr/lib64/libsymspg.so.1.16.1
/usr/share/doc/spglib
/usr/share/doc/spglib/README.md
/usr/share/licenses/spglib
/usr/share/licenses/spglib/COPYING
References
Summary
In this tutorial we learn how to install spglib on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).