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

Last updated: April 29,2024

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

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

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

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

This tutorial shows how to uninstall golang-github-klauspost-pgzip-devel.noarch on Fedora 34:

$ 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 34

Last metadata expiration check: 0:08:52 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-klauspost-pgzip-devel
Version : 1.2.5
Release : 2.fc34
Architecture : noarch
Size : 30 k
Source : golang-github-klauspost-pgzip-1.2.5-2.fc34.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