How to Install and Uninstall compat-golang-github-pierrec-lz4-4-devel.noarch Package on Fedora 38

Last updated: October 15,2024

1. Install "compat-golang-github-pierrec-lz4-4-devel.noarch" package

In this section, we are going to explain the necessary steps to install compat-golang-github-pierrec-lz4-4-devel.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install compat-golang-github-pierrec-lz4-4-devel.noarch

2. Uninstall "compat-golang-github-pierrec-lz4-4-devel.noarch" package

Please follow the guidance below to uninstall compat-golang-github-pierrec-lz4-4-devel.noarch on Fedora 38:

$ sudo dnf remove compat-golang-github-pierrec-lz4-4-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-github-pierrec-lz4-4-devel.noarch package on Fedora 38

Last metadata expiration check: 1:54:09 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : compat-golang-github-pierrec-lz4-4-devel
Version : 4.1.16
Release : 2.fc38
Architecture : noarch
Size : 9.5 k
Source : golang-github-pierrec-lz4-4.1.16-2.fc38.src.rpm
Repository : fedora
Summary : LZ4 compression and decompression in pure Go
URL : https://github.com/pierrec/lz4
License : BSD-3-Clause
Description : Package lz4 implements reading and writing lz4 compressed data (a frame), as
: specified in
: http://fastcompression.blogspot.com/2013/04/lz4-streaming-format-final.html.
:
: This package is compatible with the LZ4 frame format although the block level
: compression and decompression functions are exposed and are fully compatible
: with the LZ4 block format definition, they are low level and should not be
: used directly.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/pierrec/lz4:
: – github.com/pierrec/lz4/v4
:
: Aliasing Go import paths via symbolic links or http redirects is fragile. If
: your Go code depends on this package, you should patch it to import directly
: github.com/pierrec/lz4.