How To Install golang-x-time-devel on Fedora 36
Introduction
In this tutorial we learn how to install golang-x-time-devel on Fedora 36.
What is golang-x-time-devel
This library provides supplementary Go time packages. This package contains the source code needed for building packages that reference the following Go import paths – golang.org/x/time
We can use yum or dnf to install golang-x-time-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-x-time-devel.
Install golang-x-time-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-x-time-devel using dnf by running the following command:
sudo dnf -y install golang-x-time-devel
Install golang-x-time-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-x-time-devel using yum by running the following command:
sudo yum -y install golang-x-time-devel
How To Uninstall golang-x-time-devel on Fedora 36
To uninstall only the golang-x-time-devel package we can use the following command:
sudo dnf remove golang-x-time-devel
golang-x-time-devel Package Contents on Fedora 36
/usr/share/doc/golang-x-time-devel
/usr/share/doc/golang-x-time-devel/AUTHORS
/usr/share/doc/golang-x-time-devel/CONTRIBUTING.md
/usr/share/doc/golang-x-time-devel/CONTRIBUTORS
/usr/share/doc/golang-x-time-devel/README.md
/usr/share/gocode/src/golang.org
/usr/share/gocode/src/golang.org/x
/usr/share/gocode/src/golang.org/x/time
/usr/share/gocode/src/golang.org/x/time/.goipath
/usr/share/gocode/src/golang.org/x/time/CONTRIBUTING.md
/usr/share/gocode/src/golang.org/x/time/README.md
/usr/share/gocode/src/golang.org/x/time/glide.lock
/usr/share/gocode/src/golang.org/x/time/glide.yaml
/usr/share/gocode/src/golang.org/x/time/go.mod
/usr/share/gocode/src/golang.org/x/time/rate
/usr/share/gocode/src/golang.org/x/time/rate/rate.go
/usr/share/gocode/src/golang.org/x/time/rate/rate_test.go
/usr/share/licenses/golang-x-time-devel
/usr/share/licenses/golang-x-time-devel/LICENSE
/usr/share/licenses/golang-x-time-devel/PATENTS
References
Summary
In this tutorial we learn how to install golang-x-time-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).