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

Last updated: November 25,2024

1. Install "morphio.i686" package

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

$ sudo dnf update $ sudo dnf install morphio.i686

2. Uninstall "morphio.i686" package

This is a short guide on how to uninstall morphio.i686 on Fedora 35:

$ sudo dnf remove morphio.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:10:02 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : morphio
Version : 3.3.3
Release : 2.fc35
Architecture : i686
Size : 339 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.