How to Install and Uninstall bio-vcf Package on Kali Linux

Last updated: May 18,2024

1. Install "bio-vcf" package

Please follow the guidelines below to install bio-vcf on Kali Linux

$ sudo apt update $ sudo apt install bio-vcf

2. Uninstall "bio-vcf" package

In this section, we are going to explain the necessary steps to uninstall bio-vcf on Kali Linux:

$ sudo apt remove bio-vcf $ sudo apt autoclean && sudo apt autoremove

3. Information about the bio-vcf package on Kali Linux

Package: bio-vcf
Version: 0.9.5-3
Installed-Size: 141
Maintainer: Debian Med Packaging Team
Architecture: all
Depends: ruby
Size: 28792
SHA256: 7dbc2821b043525a2ed20c745a8ebae1d2defffd8c69f56781073a3919eeb21d
SHA1: aa9c0acbbd66450e50ec5561f6d6138dbaa90fcf
MD5sum: 037f76c5b1d13e7b760e0c9d1fd92517
Description: domain specific language (DSL) for processing the VCF format
Bio-vcf provides a domain specific language (DSL) for processing the
VCF format. Record named fields can be queried with regular
expressions, e.g.
.
sample.dp>20 and rec.filter !~ /LowQD/ and rec.tumor.bcount[rec.alt]>4
.
Bio-vcf is a new generation VCF parser, filter and converter. Bio-vcf
is not only very fast for genome-wide (WGS) data, it also comes with a
really nice filtering, evaluation and rewrite language and it can
output any type of textual data, including VCF header and contents in
RDF and JSON.
Description-md5:
Homepage: https://github.com/vcflib/bio-vcf
Ruby-Versions: all
Section: science
Priority: optional
Filename: pool/main/b/bio-vcf/bio-vcf_0.9.5-3_all.deb