How To Install morphio on Fedora 36
Introduction
In this tutorial we learn how to install morphio
on Fedora 36.
What is morphio
MorphIO is a library for reading and writing neuron morphology files. It supports the following formats - SWC - ASC (aka. neurolucida) - H5 v1 - H5 v2 is not supported anymore It provides 3 C++ classes that are the starting point of every morphology analysis - Soma - Section the bare minimum the Section object will contain the section type, the position and diameter of each point. - Morphology loaded cell but also provides accessors to the different sections. One important concept is that MorphIO is split into a read-only part and a read/write one.
We can use yum
or dnf
to install morphio
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install morphio.
Install morphio 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 morphio
using dnf
by running the following command:
sudo dnf -y install morphio
Install morphio 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 morphio
using yum
by running the following command:
sudo yum -y install morphio
How To Uninstall morphio on Fedora 36
To uninstall only the morphio
package we can use the following command:
sudo dnf remove morphio
morphio Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/64
/usr/lib/.build-id/64/812d583739f806a500169df78e0e9f27c88925
/usr/lib64/libmorphio.so.0.0.0
/usr/share/licenses/morphio
/usr/share/licenses/morphio/COPYING
/usr/share/licenses/morphio/COPYING.LESSER
References
Summary
In this tutorial we learn how to install morphio
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install morphio on Fedora 36” linkTitle: “morphio” type: “docs” description: “In this tutorial we learn how to install morphio in Fedora 36. morphio is A python and C++ library for reading and writing neuronal morphologies” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/morphio-featured.png
Introduction
In this tutorial we learn how to install morphio
on Fedora 36.
What is morphio
MorphIO is a library for reading and writing neuron morphology files. It supports the following formats - SWC - ASC (aka. neurolucida) - H5 v1 - H5 v2 is not supported anymore It provides 3 C++ classes that are the starting point of every morphology analysis - Soma - Section the bare minimum the Section object will contain the section type, the position and diameter of each point. - Morphology loaded cell but also provides accessors to the different sections. One important concept is that MorphIO is split into a read-only part and a read/write one.
We can use yum
or dnf
to install morphio
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install morphio.
Install morphio 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 morphio
using dnf
by running the following command:
sudo dnf -y install morphio
Install morphio 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 morphio
using yum
by running the following command:
sudo yum -y install morphio
How To Uninstall morphio on Fedora 36
To uninstall only the morphio
package we can use the following command:
sudo dnf remove morphio
morphio Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/0f3e664e8e38c04d608fd31f3f7c6c508a9d56
/usr/lib/libmorphio.so.0.0.0
/usr/share/licenses/morphio
/usr/share/licenses/morphio/COPYING
/usr/share/licenses/morphio/COPYING.LESSER
References
Summary
In this tutorial we learn how to install morphio
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).