How To Install SIBsim4 on Fedora 36

In this tutorial we learn how to install SIBsim4 in Fedora 36. SIBsim4 is Align expressed RNA sequences on a DNA template

Introduction

In this tutorial we learn how to install SIBsim4 on Fedora 36.

What is SIBsim4

SIBsim4 is a modified version of the sim4 program, which is a similarity-based tool for aligning an expressed DNA sequence (EST, mRNA) with a genomic sequence.

We can use yum or dnf to install SIBsim4 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install SIBsim4.

Install SIBsim4 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 SIBsim4 using dnf by running the following command:

sudo dnf -y install SIBsim4

Install SIBsim4 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 SIBsim4 using yum by running the following command:

sudo yum -y install SIBsim4

How To Uninstall SIBsim4 on Fedora 36

To uninstall only the SIBsim4 package we can use the following command:

sudo dnf remove SIBsim4

SIBsim4 Package Contents on Fedora 36

/usr/bin/SIBsim4
/usr/lib/.build-id
/usr/lib/.build-id/42
/usr/lib/.build-id/42/815ba326dc7ae3c3293538d01cec86abafd822
/usr/share/doc/SIBsim4
/usr/share/doc/SIBsim4/COPYRIGHT
/usr/share/man/man1/SIBsim4.1.gz

References

Summary

In this tutorial we learn how to install SIBsim4 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).