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

Last updated: November 27,2024

1. Install "morphio.x86_64" package

Please follow the guidelines below to install morphio.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install morphio.x86_64

2. Uninstall "morphio.x86_64" package

Learn how to uninstall morphio.x86_64 on Fedora 35:

$ sudo dnf remove morphio.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:57:47 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : morphio
Version : 3.3.3
Release : 2.fc35
Architecture : x86_64
Size : 315 k
Source : morphio-3.3.3-2.fc35.src.rpm
Repository : updates
Summary : A python and C++ library for reading and writing neuronal morphologies
URL : https://github.com/BlueBrain/MorphIO
License : LGPLv3
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.