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

Last updated: November 28,2024

1. Install "morphio.i686" package

This is a short guide on how to install morphio.i686 on Fedora 39

$ 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 39:

$ sudo dnf remove morphio.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 4:44:11 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : morphio
Version : 3.3.3
Release : 8.fc39
Architecture : i686
Size : 348 k
Source : morphio-3.3.3-8.fc39.src.rpm
Repository : fedora
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.