How to Install and Uninstall golang-github-klauspost-pgzip-devel.noarch Package on Fedora 36

Last updated: October 02,2024

1. Install "golang-github-klauspost-pgzip-devel.noarch" package

Please follow the instructions below to install golang-github-klauspost-pgzip-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-klauspost-pgzip-devel.noarch

2. Uninstall "golang-github-klauspost-pgzip-devel.noarch" package

Please follow the guidance below to uninstall golang-github-klauspost-pgzip-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-klauspost-pgzip-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-klauspost-pgzip-devel.noarch package on Fedora 36

Last metadata expiration check: 0:07:37 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-klauspost-pgzip-devel
Version : 1.2.5
Release : 4.fc36
Architecture : noarch
Size : 30 k
Source : golang-github-klauspost-pgzip-1.2.5-4.fc36.src.rpm
Repository : fedora
Summary : Go parallel gzip (de)compression
URL : https://github.com/klauspost/pgzip
License : MIT
Description : Go parallel gzip compression/decompression. This is a fully gzip compatible drop
: in replacement for "compress/gzip".
:
: This will split compression into blocks that are compressed in parallel. This
: can be useful for compressing big amounts of data. The output is a standard gzip
: file.
:
: The gzip decompression is modified so it decompresses ahead of the current
: reader. This means that reads will be non-blocking if the decompressor can keep
: ahead of your code reading from it. CRC calculation also takes place in a
: separate goroutine.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/klauspost/pgzip