How To Install golang-github-googlecloudplatform-guest-logging-devel on Fedora 36
Introduction
In this tutorial we learn how to install golang-github-googlecloudplatform-guest-logging-devel
on Fedora 36.
What is golang-github-googlecloudplatform-guest-logging-devel
Logging facade used by GCP guest environment for structured logging This package contains the source code needed for building packages that reference the following Go import paths – github.com/GoogleCloudPlatform/guest-logging-go
We can use yum
or dnf
to install golang-github-googlecloudplatform-guest-logging-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-googlecloudplatform-guest-logging-devel.
Install golang-github-googlecloudplatform-guest-logging-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install golang-github-googlecloudplatform-guest-logging-devel
using dnf
by running the following command:
sudo dnf -y install golang-github-googlecloudplatform-guest-logging-devel
Install golang-github-googlecloudplatform-guest-logging-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install golang-github-googlecloudplatform-guest-logging-devel
using yum
by running the following command:
sudo yum -y install golang-github-googlecloudplatform-guest-logging-devel
How To Uninstall golang-github-googlecloudplatform-guest-logging-devel on Fedora 36
To uninstall only the golang-github-googlecloudplatform-guest-logging-devel
package we can use the following command:
sudo dnf remove golang-github-googlecloudplatform-guest-logging-devel
golang-github-googlecloudplatform-guest-logging-devel Package Contents on Fedora 36
/usr/share/doc/golang-github-googlecloudplatform-guest-logging-devel
/usr/share/doc/golang-github-googlecloudplatform-guest-logging-devel/CONTRIBUTING.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/GoogleCloudPlatform
/usr/share/gocode/src/github.com/GoogleCloudPlatform/guest-logging-go
/usr/share/gocode/src/github.com/GoogleCloudPlatform/guest-logging-go/.goipath
/usr/share/gocode/src/github.com/GoogleCloudPlatform/guest-logging-go/CONTRIBUTING.md
/usr/share/gocode/src/github.com/GoogleCloudPlatform/guest-logging-go/go.mod
/usr/share/gocode/src/github.com/GoogleCloudPlatform/guest-logging-go/logger
/usr/share/gocode/src/github.com/GoogleCloudPlatform/guest-logging-go/logger/logevent.go
/usr/share/gocode/src/github.com/GoogleCloudPlatform/guest-logging-go/logger/logger.go
/usr/share/gocode/src/github.com/GoogleCloudPlatform/guest-logging-go/logger/logger_unix.go
/usr/share/gocode/src/github.com/GoogleCloudPlatform/guest-logging-go/logger/logger_windows.go
/usr/share/licenses/golang-github-googlecloudplatform-guest-logging-devel
/usr/share/licenses/golang-github-googlecloudplatform-guest-logging-devel/LICENSE
References
Summary
In this tutorial we learn how to install golang-github-googlecloudplatform-guest-logging-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).