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

Last updated: October 10,2024

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

This guide covers the steps necessary to install golang-github-hashicorp-syslog-devel.noarch on Fedora 38

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

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

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

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

Last metadata expiration check: 1:56:27 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : golang-github-hashicorp-syslog-devel
Version : 1.0.0
Release : 11.fc38
Architecture : noarch
Size : 15 k
Source : golang-github-hashicorp-syslog-1.0.0-11.fc38.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