How to Install and Uninstall golang-github-hashicorp-syslog-devel.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "golang-github-hashicorp-syslog-devel.noarch" package

In this section, we are going to explain the necessary steps to install golang-github-hashicorp-syslog-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-hashicorp-syslog-devel.noarch

2. Uninstall "golang-github-hashicorp-syslog-devel.noarch" package

Please follow the guidance below to uninstall golang-github-hashicorp-syslog-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-hashicorp-syslog-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-hashicorp-syslog-devel.noarch package on Fedora 34

Last metadata expiration check: 1:02:14 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-github-hashicorp-syslog-devel
Version : 1.0.0
Release : 7.fc34
Architecture : noarch
Size : 15 k
Source : golang-github-hashicorp-syslog-1.0.0-7.fc34.src.rpm
Repository : fedora
Summary : Golang syslog wrapper, cross-compile friendly
URL : https://github.com/hashicorp/go-syslog
License : MIT
Description : This package provides a very simple gsyslog package. The point of this package
: is to allow safe importing of syslog without introducing cross-compilation
: issues. The stdlib log/syslog cannot be imported on Windows systems, and without
: conditional compilation this adds complications.
:
: Instead, gsyslog provides a very simple wrapper around log/syslog but returns a
: runtime error if attempting to initialize on a non Linux or OSX system.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/hashicorp/go-syslog