How to Install and Uninstall vg Package on Kali Linux

Last updated: April 29,2024

1. Install "vg" package

Learn how to install vg on Kali Linux

$ sudo apt update $ sudo apt install vg

2. Uninstall "vg" package

Learn how to uninstall vg on Kali Linux:

$ sudo apt remove vg $ sudo apt autoclean && sudo apt autoremove

3. Information about the vg package on Kali Linux

Package: vg
Source: vg (1.30.0+ds-1)
Version: 1.30.0+ds-1+b2
Installed-Size: 176762
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libatomic1 (>= 4.8), libboost-program-options1.74.0 (>= 1.74.0), libc6 (>= 2.33), libcairo2 (>= 1.2.4), libdivsufsort3 (>= 2.0.1), libdw1 (>= 0.126), libfastahack0 (>= 0.0+git20160702.bbc645f), libgcc-s1 (>= 4.2), libgomp1 (>= 6), libhts3 (>= 1.10), libjansson4 (>= 2.14), libjemalloc2 (>= 5.0.0), libraptor2-0 (>= 2.0.14), libssw0 (>= 1.1), libstdc++6 (>= 12), libtabixpp0 (>= 1.0.0), libvcflib1 (>= 1.0.3+dfsg), zlib1g (>= 1:1.1.4)
Conflicts: cgvg
Size: 49697600
SHA256: ebb8f17e8ea46d56da7a74c5440b790d0a01233fe841d409568c64141fd91f25
SHA1: e03bdde4366ac141648450161a2e99c15c06df86
MD5sum: e4555efccbf2d93cb0218f8af6aaa9c8
Description: tools for working with genome variation graphs
variation graph data structures, interchange formats, alignment, genotyping,
and variant calling methods
.
Variation graphs provide a succinct encoding of the sequences of many genomes.
A variation graph (in particular as implemented in vg) is composed of:
.
- nodes, which are labeled by sequences and ids
- edges, which connect two nodes via either of their respective ends
- paths, describe genomes, sequence alignments, and annotations (such as gene
models and transcripts) as walks through nodes connected by edges
.
This model is similar to a number of sequence graphs that have been used in
assembly and multiple sequence alignment. Paths provide coordinate systems
relative to genomes encoded in the graph, allowing stable mappings to be
produced even if the structure of the graph is changed.
Description-md5: aa716bf1d6e03589adbce53037024686
Homepage: https://github.com/vgteam/vg#vg
Built-Using: simde (= 0.7.2-6)
Section: science
Priority: optional
Filename: pool/main/v/vg/vg_1.30.0+ds-1+b2_amd64.deb