How to Install and Uninstall morphio.x86_64 Package on Fedora 39

Last updated: September 29,2024

1. Install "morphio.x86_64" package

Please follow the step by step instructions below to install morphio.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install morphio.x86_64

2. Uninstall "morphio.x86_64" package

This tutorial shows how to uninstall morphio.x86_64 on Fedora 39:

$ sudo dnf remove morphio.x86_64 $ sudo dnf autoremove

3. Information about the morphio.x86_64 package on Fedora 39

Last metadata expiration check: 3:03:44 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : morphio
Version : 3.3.7
Release : 2.fc39
Architecture : x86_64
Size : 638 k
Source : morphio-3.3.7-2.fc39.src.rpm
Repository : updates
Summary : A python and C++ library for reading and writing neuronal morphologies
URL : https://github.com/BlueBrain/MorphIO
License : Apache-2.0 AND BSD-3-Clause
Description : 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: contains the information related to the soma.
: - Section: a section is the succession of points between two bifurcations. To
: the bare minimum the Section object will contain the section type, the
: position and diameter of each point.
: - Morphology: the morphology object contains general information about the
: 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.