How To Install wise2-doc on Fedora 36
Introduction
In this tutorial we learn how to install wise2-doc
on Fedora 36.
What is wise2-doc
Wise2, Wise2api and Dynamite documentation files.
We can use yum
or dnf
to install wise2-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wise2-doc.
Install wise2-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 wise2-doc
using dnf
by running the following command:
sudo dnf -y install wise2-doc
Install wise2-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 wise2-doc
using yum
by running the following command:
sudo yum -y install wise2-doc
How To Uninstall wise2-doc on Fedora 36
To uninstall only the wise2-doc
package we can use the following command:
sudo dnf remove wise2-doc
wise2-doc Package Contents on Fedora 36
/usr/share/doc/wise2-doc
/usr/share/doc/wise2-doc/docs
/usr/share/doc/wise2-doc/docs/README
/usr/share/doc/wise2-doc/docs/apiend.tex
/usr/share/doc/wise2-doc/docs/appendix.tex
/usr/share/doc/wise2-doc/docs/dynamite.tex
/usr/share/doc/wise2-doc/docs/genewise21.eps
/usr/share/doc/wise2-doc/docs/genewise6.eps
/usr/share/doc/wise2-doc/docs/gettex.pl
/usr/share/doc/wise2-doc/docs/makefile
/usr/share/doc/wise2-doc/docs/papers
/usr/share/doc/wise2-doc/docs/papers/alignment.bib
/usr/share/doc/wise2-doc/docs/papers/promoterwise.tex
/usr/share/doc/wise2-doc/docs/wise2.tex
/usr/share/doc/wise2-doc/docs/wise2api.tex
/usr/share/doc/wise2-doc/docs/wise3arch.tex
/usr/share/licenses/wise2-doc
/usr/share/licenses/wise2-doc/LICENSE
References
Summary
In this tutorial we learn how to install wise2-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).