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

Last updated: October 07,2024

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

Please follow the guidance below to install compat-golang-gopkg-graylog2-gelf-2-devel.noarch on Fedora 35

$ 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 guidance below to uninstall compat-golang-gopkg-graylog2-gelf-2-devel.noarch on Fedora 35:

$ 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 35

Last metadata expiration check: 3:42:27 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : compat-golang-gopkg-graylog2-gelf-2-devel
Version : 2.0.0
Release : 3.20201111git1550ee6.fc35
Architecture : noarch
Size : 9.1 k
Source : golang-github-graylog2-gelf-2.0.0-3.20201111git1550ee6.fc35.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.