How to Install and Uninstall python3-vcf Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "python3-vcf" package

This guide let you learn how to install python3-vcf on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-vcf

2. Uninstall "python3-vcf" package

Here is a brief guide to show you how to uninstall python3-vcf on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-vcf package on Ubuntu 21.10 (Impish Indri)

Package: python3-vcf
Architecture: amd64
Version: 0.6.8+git20170215.476169c-7build2
Priority: optional
Section: universe/python
Source: python-pyvcf
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 150
Provides: python3-pyvcf
Depends: libc6 (>= 2.4), python3 (<< 3.10), python3 (>= 3.9~), python3-pkg-resources, python3:any, python3-pysam
Breaks: python3-pyvcf
Replaces: python3-pyvcf
Filename: pool/universe/p/python-pyvcf/python3-vcf_0.6.8+git20170215.476169c-7build2_amd64.deb
Size: 40112
MD5sum: 1d8dfaf8d6f95e94e6a4a675c201c142
SHA1: 8d2ce90def76e59ed97ddde438039aad84b24134
SHA256: d5b89de78a2011ef97936ddacbda6474f911cfe0a72cc3aab474fd2877db0276
SHA512: f543d13d90d71b8edd5e61a3adffb6ee8cefeb883813ec1109ca0f60f0475692bbf7b2ab90761391a985beee176aff4a2c5fbc0e10abd99297a42fd706863e04
Homepage: https://pypi.python.org/pypi/PyVCF
Description-en: 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: 2a19878b4f9afa9eb1fc202889cb51d2