How To Install python3-libsonata on Fedora 36
Introduction
In this tutorial we learn how to install python3-libsonata
on Fedora 36.
What is python3-libsonata
C++ / Python reader for SONATA circuit files. SONATA guide https
We can use yum
or dnf
to install python3-libsonata
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-libsonata.
Install python3-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 python3-libsonata
using dnf
by running the following command:
sudo dnf -y install python3-libsonata
Install python3-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 python3-libsonata
using yum
by running the following command:
sudo yum -y install python3-libsonata
How To Uninstall python3-libsonata on Fedora 36
To uninstall only the python3-libsonata
package we can use the following command:
sudo dnf remove python3-libsonata
python3-libsonata Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/a8430b8b1a814a8be5e038c48298cf1d413cc1
/usr/lib64/python3.10/site-packages/libsonata
/usr/lib64/python3.10/site-packages/libsonata-0.1.11.dist-info
/usr/lib64/python3.10/site-packages/libsonata-0.1.11.dist-info/COPYING.LESSER
/usr/lib64/python3.10/site-packages/libsonata-0.1.11.dist-info/INSTALLER
/usr/lib64/python3.10/site-packages/libsonata-0.1.11.dist-info/METADATA
/usr/lib64/python3.10/site-packages/libsonata-0.1.11.dist-info/WHEEL
/usr/lib64/python3.10/site-packages/libsonata-0.1.11.dist-info/top_level.txt
/usr/lib64/python3.10/site-packages/libsonata/__init__.py
/usr/lib64/python3.10/site-packages/libsonata/__pycache__
/usr/lib64/python3.10/site-packages/libsonata/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/libsonata/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/libsonata/_libsonata.cpython-310-x86_64-linux-gnu.so
/usr/share/doc/python3-libsonata
/usr/share/doc/python3-libsonata/CHANGELOG.md
/usr/share/doc/python3-libsonata/README.rst
References
Summary
In this tutorial we learn how to install python3-libsonata
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).