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

Last updated: November 28,2024

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

Please follow the guidelines below to install golang-github-pierrec-lz4-devel.noarch on Fedora 38

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

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

This guide covers the steps necessary to uninstall golang-github-pierrec-lz4-devel.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:06:30 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : golang-github-pierrec-lz4-devel
Version : 4.1.21
Release : 3.fc38
Architecture : noarch
Size : 60 k
Source : golang-github-pierrec-lz4-4.1.21-3.fc38.src.rpm
Repository : updates
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 contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/pierrec/lz4