How To Install elph on Fedora 36
Introduction
In this tutorial we learn how to install elph
on Fedora 36.
What is elph
ELPH is a general-purpose Gibbs sampler for finding motifs in a set of DNA or protein sequences. The program takes as input a set containing anywhere from a few dozen to thousands of sequences, and searches through them for the most common motif, assuming that each sequence contains one copy of the motif.
We can use yum
or dnf
to install elph
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install elph.
Install elph on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install elph
using dnf
by running the following command:
sudo dnf -y install elph
Install elph on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install elph
using yum
by running the following command:
sudo yum -y install elph
How To Uninstall elph on Fedora 36
To uninstall only the elph
package we can use the following command:
sudo dnf remove elph
elph Package Contents on Fedora 36
/usr/bin/elph
/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/96ad8df6b60ea6de966c3cb87ab6457e28e1e8
/usr/share/doc/elph
/usr/share/doc/elph/COPYRIGHT
/usr/share/doc/elph/LICENSE
/usr/share/doc/elph/README
/usr/share/doc/elph/Readme.ELPH
/usr/share/doc/elph/VERSION
References
Summary
In this tutorial we learn how to install elph
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).