How To Install golang-github-djherbis-times-devel on Fedora 36

In this tutorial we learn how to install golang-github-djherbis-times-devel in Fedora 36. golang-github-djherbis-times-devel is Golang file times (atime, mtime, ctime, btime)

Introduction

In this tutorial we learn how to install golang-github-djherbis-times-devel on Fedora 36.

What is golang-github-djherbis-times-devel

Golang file times (atime, mtime, ctime, btime). This package contains the source code needed for building packages that reference the following Go import paths – github.com/djherbis/times

We can use yum or dnf to install golang-github-djherbis-times-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-djherbis-times-devel.

Install golang-github-djherbis-times-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-djherbis-times-devel using dnf by running the following command:

sudo dnf -y install golang-github-djherbis-times-devel

Install golang-github-djherbis-times-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-djherbis-times-devel using yum by running the following command:

sudo yum -y install golang-github-djherbis-times-devel

How To Uninstall golang-github-djherbis-times-devel on Fedora 36

To uninstall only the golang-github-djherbis-times-devel package we can use the following command:

sudo dnf remove golang-github-djherbis-times-devel

golang-github-djherbis-times-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-djherbis-times-devel
/usr/share/doc/golang-github-djherbis-times-devel/README.md
/usr/share/doc/golang-github-djherbis-times-devel/example
/usr/share/doc/golang-github-djherbis-times-devel/example/main.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/djherbis
/usr/share/gocode/src/github.com/djherbis/times
/usr/share/gocode/src/github.com/djherbis/times/.goipath
/usr/share/gocode/src/github.com/djherbis/times/README.md
/usr/share/gocode/src/github.com/djherbis/times/bench_test.go
/usr/share/gocode/src/github.com/djherbis/times/ctime_windows.go
/usr/share/gocode/src/github.com/djherbis/times/times.go
/usr/share/gocode/src/github.com/djherbis/times/times_darwin.go
/usr/share/gocode/src/github.com/djherbis/times/times_dragonfly.go
/usr/share/gocode/src/github.com/djherbis/times/times_freebsd.go
/usr/share/gocode/src/github.com/djherbis/times/times_js.go
/usr/share/gocode/src/github.com/djherbis/times/times_linux.go
/usr/share/gocode/src/github.com/djherbis/times/times_nacl.go
/usr/share/gocode/src/github.com/djherbis/times/times_netbsd.go
/usr/share/gocode/src/github.com/djherbis/times/times_openbsd.go
/usr/share/gocode/src/github.com/djherbis/times/times_plan9.go
/usr/share/gocode/src/github.com/djherbis/times/times_solaris.go
/usr/share/gocode/src/github.com/djherbis/times/times_test.go
/usr/share/gocode/src/github.com/djherbis/times/times_windows.go
/usr/share/gocode/src/github.com/djherbis/times/times_windows_test.go
/usr/share/gocode/src/github.com/djherbis/times/use_generic_stat.go
/usr/share/gocode/src/github.com/djherbis/times/util_test.go
/usr/share/licenses/golang-github-djherbis-times-devel
/usr/share/licenses/golang-github-djherbis-times-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-djherbis-times-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).