How to Install and Uninstall golang-github-dsnet-compress-devel.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "golang-github-dsnet-compress-devel.noarch" package

Please follow the guidelines below to install golang-github-dsnet-compress-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-dsnet-compress-devel.noarch

2. Uninstall "golang-github-dsnet-compress-devel.noarch" package

Please follow the step by step instructions below to uninstall golang-github-dsnet-compress-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-dsnet-compress-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-dsnet-compress-devel.noarch package on Fedora 34

Last metadata expiration check: 2:14:49 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-github-dsnet-compress-devel
Version : 0.0.1
Release : 5.fc34
Architecture : noarch
Size : 4.0 M
Source : golang-github-dsnet-compress-0.0.1-5.fc34.src.rpm
Repository : fedora
Summary : Collection of compression related Go packages
URL : https://github.com/dsnet/compress
License : BSD
Description : This package hosts a collection of compression related libraries. The goal of
: this project is to provide pure Go implementations for popular compression
: algorithms beyond what the Go standard library provides. The goals for these
: packages are as follows:
: – Maintainable: That the code remains well documented, well tested, readable,
: easy to maintain, and easy to verify that it conforms to the specification
: for the format being implemented.
: – Performant: To be able to compress and decompress within at least 80% of the
: rates that the C implementations are able to achieve.
: – Flexible: That the code provides low-level and fine granularity control over
: the compression streams similar to what the C APIs would provide.
:
: Of these three, the first objective is often at odds with the other two
: objectives and provides interesting challenges. Higher performance can often be
: achieved by muddling abstraction layers or using non-intuitive low-level
: primitives. Also, more features and functionality, while useful in some
: situations, often complicates the API. Thus, this package will attempt to
: satisfy all the goals, but will defer to favoring maintainability when the
: performance or flexibility benefits are not significant enough.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/dsnet/compress