How to Install and Uninstall pygac-bin Package on Kali Linux

Last updated: May 18,2024

1. Install "pygac-bin" package

Here is a brief guide to show you how to install pygac-bin on Kali Linux

$ sudo apt update $ sudo apt install pygac-bin

2. Uninstall "pygac-bin" package

Please follow the instructions below to uninstall pygac-bin on Kali Linux:

$ sudo apt remove pygac-bin $ sudo apt autoclean && sudo apt autoremove

3. Information about the pygac-bin package on Kali Linux

Package: pygac-bin
Source: pygac
Version: 1.7.2-2
Installed-Size: 38
Maintainer: Debian GIS Project
Architecture: all
Depends: python3-pygac, python3:any
Size: 13540
SHA256: 24db6090e4137d97364a9bc92b501f6c013e32bfd7d03c82bf6543ff73f88cd4
SHA1: 9eba24056a12e4d9375ed58f5e55189920ee2432
MD5sum: 58a009464e230e07b6889250e8488363
Description: Python package to read and calibrate NOAA AVHRR GAC data -- scripts
pygac reads NOAA AVHRR Global Area Coverage (GAC) data, and performs
state of the art calibration and navigation.
.
It must be noted that pygac expects Level 1b file to contain normal
GAC header and data records, the format of which are mentioned in the
official NOAA POD and KLM Data User Guides.
The user should not prepend any other header (e.g. when downloading
GAC data from CLASS archive etc) to the L1b file.
In the first pre-processing step, pygac determines whether the GAC
data comes from the second (i.e. NOAA-14 and before) or the third
generation (NOAA-15 and onwards) AVHRR instrument by "pygac-run".
This is done by reading the first three bytes of the data set.
If they contain the any of the following values, ["CMS", "NSS", "UKM",
"DSS"], then the KLM reader from "gac_klm.py" file is invoked,
otherwise the POD reader is invoked (gac_pod.py).
.
This package provides utilities and executable scripts.
Description-md5:
Homepage: https://github.com/pytroll/pygac
Section: utils
Priority: optional
Filename: pool/main/p/pygac/pygac-bin_1.7.2-2_all.deb