How to Install and Uninstall pyvcf Package on Kali Linux

Last updated: May 03,2024

1. Install "pyvcf" package

Here is a brief guide to show you how to install pyvcf on Kali Linux

$ sudo apt update $ sudo apt install pyvcf

2. Uninstall "pyvcf" package

This is a short guide on how to uninstall pyvcf on Kali Linux:

$ sudo apt remove pyvcf $ sudo apt autoclean && sudo apt autoremove

3. Information about the pyvcf package on Kali Linux

Package: pyvcf
Source: python-pyvcf
Version: 0.6.8+git20170215.476169c-10
Installed-Size: 30
Maintainer: Debian Med Packaging Team
Architecture: all
Depends: python3:any, python3-vcf
Size: 11260
SHA256: af8aa88ccd8c37cffaaf2e9aaa0046c2e49f361eaf5df386ba2897c4df0d481e
SHA1: 7ed68a431bbe40af7dd4d500fa02a45edacfdc74
MD5sum: c907c9f25c7cf79bb84539a2ae7642f6
Description: helper scripts for Variant Call Format (VCF) parser
The Variant Call Format (VCF) specifies the format of a text file used
in bioinformatics for storing gene sequence variations. The format has
been developed with the advent of large-scale genotyping and DNA
sequencing projects, such as the 1000 Genomes Project.
.
The intent of this module is to mimic the ``csv`` module in the Python
stdlib, as opposed to more flexible serialization formats like JSON or
YAML. ``vcf`` will attempt to parse the content of each record based on
the data types specified in the meta-information lines -- specifically
the ##INFO and
##FORMAT lines. If these lines are missing or incomplete, it will check
against the reserved types mentioned in the spec. Failing that, it will
just return strings.
.
This package provides helper scripts using python3-pyvcf.
Description-md5:
Homepage: https://github.com/jamescasbon/PyVCF
Section: python
Priority: optional
Filename: pool/main/p/python-pyvcf/pyvcf_0.6.8+git20170215.476169c-10_all.deb