How To Install r-other-mott-happy.hbrem on Kali Linux
Introduction
In this tutorial we learn how to install r-other-mott-happy.hbrem
on Kali Linux.
What is r-other-mott-happy.hbrem
r-other-mott-happy.hbrem is:
Happy is an R interface into the HAPPY C package for fine-mapping Quantitative Trait Loci (QTL) in Heterogenous Stocks (HS). An HS is an advanced intercross between (usually eight) founder inbred strains of mice. HS are suitable for fine-mapping QTL. It uses a multipoint analysis which offers significant improvements in statistical power to detect QTLs over that achieved by single-marker association.
The happy package is an extension of the original C program happy; it uses the C code to compute the probability of descent from each of the founders, at each locus position, but the happy packager allows a much richer range of models to be fit to the data.
Read /usr/share/doc/r-other-mott-happy/README.Debian for a more detailed explanation.
There are three methods to install r-other-mott-happy.hbrem
on Kali Linux. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install r-other-mott-happy.hbrem Using apt-get
Update apt database with apt-get
using the following command.
sudo apt-get update
After updating apt database, We can install r-other-mott-happy.hbrem
using apt-get
by running the following command:
sudo apt-get -y install r-other-mott-happy.hbrem
Install r-other-mott-happy.hbrem Using apt
Update apt database with apt
using the following command.
sudo apt update
After updating apt database, We can install r-other-mott-happy.hbrem
using apt
by running the following command:
sudo apt -y install r-other-mott-happy.hbrem
Install r-other-mott-happy.hbrem Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude
using the following command.
sudo aptitude update
After updating apt database, We can install r-other-mott-happy.hbrem
using aptitude
by running the following command:
sudo aptitude -y install r-other-mott-happy.hbrem
How To Uninstall r-other-mott-happy.hbrem on Kali Linux
To uninstall only the r-other-mott-happy.hbrem
package we can use the following command:
sudo apt-get remove r-other-mott-happy.hbrem
Uninstall r-other-mott-happy.hbrem And Its Dependencies
To uninstall r-other-mott-happy.hbrem
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove r-other-mott-happy.hbrem
Remove r-other-mott-happy.hbrem Configurations and Data
To remove r-other-mott-happy.hbrem
configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge r-other-mott-happy.hbrem
Remove r-other-mott-happy.hbrem configuration, data, and all of its dependencies
We can use the following command to remove r-other-mott-happy.hbrem
configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge r-other-mott-happy.hbrem
Dependencies
r-other-mott-happy.hbrem have the following dependencies:
References
Summary
In this tutorial we learn how to install r-other-mott-happy.hbrem
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.