Install primer3
Installing primer3 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install primer3
primer3 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | primer3 |
version | 2.3.7-1 |
description | Tool to design flanking oligo nucleotides for DNA amplification |
subsection | science |
website | primer3.sourceforge.net |
maintainer | Debian Med Packaging Team |
Uninstall primer3
To remove just primer3 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove primer3
Uninstall primer3 and it’s dependent packages
To remove the primer3 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove primer3
Purging primer3
If you also want to delete configuration and/or data files of primer3 from Debian Sid then this will work:
sudo apt-get purge primer3
To delete configuration and/or data files of primer3 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove primer3