How to Install and Uninstall compat-golang-gopkg-graylog2-gelf-2-devel.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "compat-golang-gopkg-graylog2-gelf-2-devel.noarch" package

Here is a brief guide to show you how to install compat-golang-gopkg-graylog2-gelf-2-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install compat-golang-gopkg-graylog2-gelf-2-devel.noarch

2. Uninstall "compat-golang-gopkg-graylog2-gelf-2-devel.noarch" package

Please follow the steps below to uninstall compat-golang-gopkg-graylog2-gelf-2-devel.noarch on Fedora 34:

$ sudo dnf remove compat-golang-gopkg-graylog2-gelf-2-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-gopkg-graylog2-gelf-2-devel.noarch package on Fedora 34

Last metadata expiration check: 5:05:20 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : compat-golang-gopkg-graylog2-gelf-2-devel
Version : 2.0.0
Release : 2.20201111git1550ee6.fc34
Architecture : noarch
Size : 9.1 k
Source : golang-github-graylog2-gelf-2.0.0-2.20201111git1550ee6.fc34.src.rpm
Repository : fedora
Summary : GELF library for Go
URL : https://github.com/Graylog2/go-gelf
License : MIT
Description : GELF (Graylog Extended Log Format) is an
: application-level logging protocol that avoids many of the shortcomings of
: syslog. While it can be run over any stream or datagram transport protocol, it
: has special support (chunking) to allow long messages to be split over multiple
: datagrams.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/Graylog2/go-gelf:
: – gopkg.in/Graylog2/go-gelf.v2
:
: 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/Graylog2/go-gelf.