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

Last updated: October 05,2024

1. Install "python3-vcf" package

This guide let you learn how to install python3-vcf on Kali Linux

$ sudo apt update $ sudo apt install python3-vcf

2. Uninstall "python3-vcf" package

Please follow the guidance below to uninstall python3-vcf on Kali Linux:

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

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

Package: python3-vcf
Source: python-pyvcf
Version: 0.6.8+git20170215.476169c-10
Installed-Size: 214
Maintainer: Debian Med Packaging Team
Architecture: amd64
Provides: python3-pyvcf
Depends: libc6 (>= 2.4), python3 (<< 3.13), python3 (>= 3.11~), python3-pkg-resources, python3:any, python3-pysam
Size: 56392
SHA256: 12ff8e8d4e10246a56a3b002f6dd613f85a868bef22a2a673b7bcc3b16634d3d
SHA1: 777fd5ff4348cb0132b2c44211452d1390eb9d95
MD5sum: 0d6e27dab6accb53573e9187acf07cf1
Description: Variant Call Format (VCF) parser for Python 3
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 the Python 3 modules.
Description-md5:
Homepage: https://github.com/jamescasbon/PyVCF
Section: python
Priority: optional
Filename: pool/main/p/python-pyvcf/python3-vcf_0.6.8+git20170215.476169c-10_amd64.deb