How to Install and Uninstall golang-github-buengese-sgzip-dev Package on Kali Linux

Last updated: May 14,2024

1. Install "golang-github-buengese-sgzip-dev" package

This tutorial shows how to install golang-github-buengese-sgzip-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-buengese-sgzip-dev

2. Uninstall "golang-github-buengese-sgzip-dev" package

This guide let you learn how to uninstall golang-github-buengese-sgzip-dev on Kali Linux:

$ sudo apt remove golang-github-buengese-sgzip-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-buengese-sgzip-dev package on Kali Linux

Package: golang-github-buengese-sgzip-dev
Source: golang-github-buengese-sgzip
Version: 0.0~git20220517.9bca1b6-4
Installed-Size: 349
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-klauspost-compress-dev
Size: 153332
SHA256: 449b36657c969ee46644da4e104dc8bd56c0d7dcf2f7e65fdbd5a474075da940
SHA1: c6acd576eff622deebca1d196905f99c5c4a2892
MD5sum: e4cccbde466ccb4abb2006b5a64987da
Description: experiments for a seekable gzip for use in rclone based on pgzip (library)
This is an experimental implementation of gzip that allows seeking in
the compressed file. In normal gzip files that can only be achieved by
decompressing from the start and discarding all data until the selected
offset. This gzip implementation works around this by creating a special
metadata file that maps uncompressed blocks to compressed blocks
allowing it to only read the compressed blocks required.
.
Due to necessity of being able to start decompression from any block the
dictionary is reset after every block. This somewhat negatively effects
compression ratio but is a necessary tradeof in our use case. The gzip
files created by this library are valid normal gzip files and can be
decompressed by any other gzip implementation.
.
Warning
.
This library was purpose build for the rclone compression backend. If
you are looking for a multithreaded golang gzip implementation you
should be using klauspost/pgzip (https://github.com/klauspost/pgzip)
which is the base for this library.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/buengese/sgzip
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-buengese-sgzip/golang-github-buengese-sgzip-dev_0.0~git20220517.9bca1b6-4_all.deb