How To Install hmmer-doc on Fedora 36
Introduction
In this tutorial we learn how to install hmmer-doc
on Fedora 36.
What is hmmer-doc
This package includes documentation files for the hmmer software package.
We can use yum
or dnf
to install hmmer-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hmmer-doc.
Install hmmer-doc 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 hmmer-doc
using dnf
by running the following command:
sudo dnf -y install hmmer-doc
Install hmmer-doc 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 hmmer-doc
using yum
by running the following command:
sudo yum -y install hmmer-doc
How To Uninstall hmmer-doc on Fedora 36
To uninstall only the hmmer-doc
package we can use the following command:
sudo dnf remove hmmer-doc
hmmer-doc Package Contents on Fedora 36
/usr/share/doc/hmmer-doc
/usr/share/doc/hmmer-doc/COPYRIGHT
/usr/share/doc/hmmer-doc/README
/usr/share/doc/hmmer-doc/Userguide.pdf
/usr/share/doc/hmmer-doc/release-notes
/usr/share/doc/hmmer-doc/tutorial
/usr/share/doc/hmmer-doc/tutorial/.dropbox.attr
/usr/share/doc/hmmer-doc/tutorial/7LESS_DROME
/usr/share/doc/hmmer-doc/tutorial/HBB_HUMAN
/usr/share/doc/hmmer-doc/tutorial/MADE1.hmm
/usr/share/doc/hmmer-doc/tutorial/MADE1.hmm.h3f
/usr/share/doc/hmmer-doc/tutorial/MADE1.hmm.h3i
/usr/share/doc/hmmer-doc/tutorial/MADE1.hmm.h3m
/usr/share/doc/hmmer-doc/tutorial/MADE1.hmm.h3p
/usr/share/doc/hmmer-doc/tutorial/MADE1.out
/usr/share/doc/hmmer-doc/tutorial/MADE1.sto
/usr/share/doc/hmmer-doc/tutorial/Pkinase.hmm
/usr/share/doc/hmmer-doc/tutorial/Pkinase.sto
/usr/share/doc/hmmer-doc/tutorial/dna_target.fa
/usr/share/doc/hmmer-doc/tutorial/fn3.hmm
/usr/share/doc/hmmer-doc/tutorial/fn3.out
/usr/share/doc/hmmer-doc/tutorial/fn3.sto
/usr/share/doc/hmmer-doc/tutorial/globins4.hmm
/usr/share/doc/hmmer-doc/tutorial/globins4.out
/usr/share/doc/hmmer-doc/tutorial/globins4.sto
/usr/share/doc/hmmer-doc/tutorial/globins45.fa
/usr/share/doc/hmmer-doc/tutorial/minifam
/usr/share/doc/hmmer-doc/tutorial/minifam.h3f
/usr/share/doc/hmmer-doc/tutorial/minifam.h3i
/usr/share/doc/hmmer-doc/tutorial/minifam.h3m
/usr/share/doc/hmmer-doc/tutorial/minifam.h3p
References
Summary
In this tutorial we learn how to install hmmer-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).