How To Install libsonata on Fedora 36

In this tutorial we learn how to install libsonata in Fedora 36. libsonata is A Python and C++ interface to the SONATA format

Introduction

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

What is libsonata

C++ / Python reader for SONATA circuit files. SONATA guide https

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

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

sudo dnf -y install libsonata

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

sudo yum -y install libsonata

How To Uninstall libsonata on Fedora 36

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

sudo dnf remove libsonata

libsonata Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/d40da8fc4cc14d44c8914a6ac892afae6b7099
/usr/lib/libsonata.so.0.1
/usr/lib/libsonata.so.0.1.11
/usr/share/doc/libsonata
/usr/share/doc/libsonata/CHANGELOG.md
/usr/share/doc/libsonata/README.rst
/usr/share/licenses/libsonata
/usr/share/licenses/libsonata/COPYING.LESSER
---
title: "How To Install libsonata on Fedora 36"
linkTitle: "libsonata"
type: "docs"
description: "In this tutorial we learn how to install libsonata in Fedora 36. libsonata is A Python and C++ interface to the SONATA format"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libsonata-featured.png
---

## Introduction

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

### What is `libsonata`

> C++ / Python reader for SONATA circuit files. SONATA guide https  

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

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

sudo dnf -y install libsonata

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

sudo yum -y install libsonata

How To Uninstall libsonata on Fedora 36

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

sudo dnf remove libsonata

libsonata Package Contents on Fedora 36

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/68 /usr/lib/.build-id/68/890fbf6489e467456b366330e1794802a5b881 /usr/lib64/libsonata.so.0.1 /usr/lib64/libsonata.so.0.1.11 /usr/share/doc/libsonata /usr/share/doc/libsonata/CHANGELOG.md /usr/share/doc/libsonata/README.rst /usr/share/licenses/libsonata /usr/share/licenses/libsonata/COPYING.LESSER


## References

* [libsonata website](https://github.com/BlueBrain/libsonata)

## Summary

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