Use this command :

This guide is designed to help new users understand the more important aspects of Linux. It is not meant to be an exhaustive tutorial, but rather a primer.
Linux (or GNU/Linux) isn't one singular operating system as many people believe it to be, but rather a broader term for a large number of operating systems built using the Linux kernel. These different operating systems are referred to as distributions or "distros". Different Linux distributions use the same mostly the same software but are packaged and setup differently. Many, if not most, distros are based of off other more popular distros. The major differences that the average user notices are in what desktop environment the distro uses, and how/where software is managed and installed from.
1. Install BWA From Github
cd bwamake2. Download Lambda phage reference genome from ncbi
lambda phage in Genome database.Genome Assembly and Annotation report.NC_001416.1 on segments.1. Install Samtools
Samtools is a suite of programs for interacting with high-throughput sequencing data.
Download samtools-1.9, bcftools-1.9, htslib-1.9 from htslib.org
First install htslib-1.9
Unzip & go inside htslib folder in terminal and type the following.
./configure
make
sudo make install