How to Install and Uninstall golang-github-glog-devel.noarch Package on Fedora 35

Last updated: September 24,2024

1. Install "golang-github-glog-devel.noarch" package

Here is a brief guide to show you how to install golang-github-glog-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-glog-devel.noarch

2. Uninstall "golang-github-glog-devel.noarch" package

Please follow the step by step instructions below to uninstall golang-github-glog-devel.noarch on Fedora 35:

$ sudo dnf remove golang-github-glog-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-glog-devel.noarch package on Fedora 35

Last metadata expiration check: 1:57:52 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-glog-devel
Version : 1.0.0
Release : 1.fc35
Architecture : noarch
Size : 27 k
Source : golang-github-glog-1.0.0-1.fc35.src.rpm
Repository : updates
Summary : Leveled execution logs for Go
URL : https://github.com/golang/glog
License : Apache-2.0
Description : This is an efficient pure Go implementation of leveled logs in the
: manner of the open source C++ package.
:
: By binding methods to booleans it is possible to use the log package
: without paying the expense of evaluating the arguments to the log.
: Through the -vmodule flag, the package also provides fine-grained
: control over logging at the file level.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/golang/glog