How to Install and Uninstall wise Package on Kali Linux

Last updated: April 28,2024

1. Install "wise" package

Please follow the guidance below to install wise on Kali Linux

$ sudo apt update $ sudo apt install wise

2. Uninstall "wise" package

This tutorial shows how to uninstall wise on Kali Linux:

$ sudo apt remove wise $ sudo apt autoclean && sudo apt autoremove

3. Information about the wise package on Kali Linux

Package: wise
Version: 2.4.1-23
Installed-Size: 9726
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.29), libglib2.0-0 (>= 2.12.0), wise-data (= 2.4.1-23)
Suggests: wise-doc (= 2.4.1-23)
Size: 993928
SHA256: 73333576768a524347ecb80c21d7f56fe0a95833bef8b8e9493f1b656687d913
SHA1: ffff4fc3d1c681a63e286a4935551b893c9fcb52
MD5sum: 88fdd7519568ebf6458729916faa60fa
Description: comparison of biopolymers, like DNA and protein sequences
Wise2 is a package focused on comparisons of biopolymers, commonly DNA
and protein sequences. There are many other packages which do
this, probably the best known being BLAST package (from NCBI) and the
Fasta package (from Bill Pearson). There are other packages, such as
the HMMER package (Sean Eddy) or SAM package (UC Santa Cruz) focused
on hidden Markov models (HMMs) of biopolymers.
.
Wise2's particular forte is the comparison of DNA sequence at the level
of its protein translation. This comparison allows the simultaneous
prediction of say gene structure with homology based alignment.
.
Wise2 also contains other algorithms, such as the venerable Smith-Waterman
algorithm, or more modern ones such as Stephen Altschul's generalised
gap penalties, or even experimental ones developed in house, such as
dba. The development of these algorithms is due to the ease of developing
such algorithms in the environment used by Wise2.
.
Wise2 has also been written with an eye for reuse and maintainability.
Although it is a pure C package you can access its functionality
directly in Perl. Parts of the package (or the entire package) can
be used by other C or C++ programs without namespace clashes as all
externally linked variables have the unique identifier Wise2 prepended.
Description-md5:
Homepage: https://www.ebi.ac.uk/~birney/wise2/
Tag: field::biology, field::biology:bioinformatics, implemented-in::c,
interface::commandline, role::program, scope::utility, use::comparing,
works-with::TODO
Section: science
Priority: optional
Filename: pool/main/w/wise/wise_2.4.1-23_amd64.deb