How to Install and Uninstall golang-github-pierrec-lz4.x86_64 Package on Fedora 39

Last updated: October 03,2024

1. Install "golang-github-pierrec-lz4.x86_64" package

Please follow the step by step instructions below to install golang-github-pierrec-lz4.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install golang-github-pierrec-lz4.x86_64

2. Uninstall "golang-github-pierrec-lz4.x86_64" package

In this section, we are going to explain the necessary steps to uninstall golang-github-pierrec-lz4.x86_64 on Fedora 39:

$ sudo dnf remove golang-github-pierrec-lz4.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-pierrec-lz4.x86_64 package on Fedora 39

Last metadata expiration check: 5:45:43 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : golang-github-pierrec-lz4
Version : 4.1.21
Release : 3.fc39
Architecture : x86_64
Size : 850 k
Source : golang-github-pierrec-lz4-4.1.21-3.fc39.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.