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

Last updated: October 07,2024

1. Install "morphio.x86_64" package

Please follow the instructions below to install morphio.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install morphio.x86_64

2. Uninstall "morphio.x86_64" package

In this section, we are going to explain the necessary steps to uninstall morphio.x86_64 on Fedora 34:

$ sudo dnf remove morphio.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:58:25 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : morphio
Version : 3.0.2
Release : 1.fc34
Architecture : x86_64
Size : 299 k
Source : morphio-3.0.2-1.fc34.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.