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

Last updated: November 28,2024

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

Learn how to install golang-github-klauspost-pgzip-devel.noarch on Fedora 35

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

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

Please follow the step by step instructions below to uninstall golang-github-klauspost-pgzip-devel.noarch on Fedora 35:

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

Last metadata expiration check: 4:15:58 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-klauspost-pgzip-devel
Version : 1.2.5
Release : 3.fc35
Architecture : noarch
Size : 30 k
Source : golang-github-klauspost-pgzip-1.2.5-3.fc35.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