How to Install and Uninstall gsort Package on Kali Linux

Last updated: May 13,2024

1. Install "gsort" package

This tutorial shows how to install gsort on Kali Linux

$ sudo apt update $ sudo apt install gsort

2. Uninstall "gsort" package

This guide covers the steps necessary to uninstall gsort on Kali Linux:

$ sudo apt remove gsort $ sudo apt autoclean && sudo apt autoremove

3. Information about the gsort package on Kali Linux

Package: gsort
Source: gsort (0.1.4-3)
Version: 0.1.4-3+b15
Installed-Size: 5421
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 1915492
SHA256: 2686365e7d6db08b3d5c3f5309ef3bd81256c0b49ef4c43f326a2ece3af74b27
SHA1: c75edb01d441d6ca2214e7f4bccacbc1aa254466
MD5sum: 816d3af6d96b2e11ab057bebcda01051
Description: sort genomic data
gsort is a tool to sort genomic files according to a genomefile.
For example, to sort VCF to have order:
X, Y, 2, 1, 3, ... and the header needs to be kept at the top.
.
As a more likely example, if a file nneds to be sorted to match GATK
order (1 ... X, Y, MT) which is not possible with any other sorting
tool. With gsort one can simply place MT as the last chrom in the
".genome" file.
.
It will also be useful for getting files ready for use in bedtools.
Description-md5:
Homepage: https://github.com/brentp/gsort
Built-Using: ggd-utils (= 1.0.0+ds-1), golang-1.21 (= 1.21.3-1), golang-github-alexflint-go-arg (= 1.3.0+ds-2), golang-github-alexflint-go-scalar (= 1.0.0+ds-2), golang-github-klauspost-compress (= 1.17.0+ds1-1), golang-github-klauspost-pgzip (= 1.2.5-2), golang-github-pkg-errors (= 0.9.1-3), golang-github-shenwei356-xopen (= 0.0~git20181203.f4f16dd-2)
Section: science
Priority: optional
Filename: pool/main/g/gsort/gsort_0.1.4-3+b15_amd64.deb