How To Install golang-code-cloudfoundry-clock-devel on Fedora 36
Introduction
In this tutorial we learn how to install golang-code-cloudfoundry-clock-devel on Fedora 36.
What is golang-code-cloudfoundry-clock-devel
This package provides a Clock interface, useful for injecting time dependencies in tests. This package contains the source code needed for building packages that reference the following Go import paths – code.cloudfoundry.org/clock
We can use yum or dnf to install golang-code-cloudfoundry-clock-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-code-cloudfoundry-clock-devel.
Install golang-code-cloudfoundry-clock-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-code-cloudfoundry-clock-devel using dnf by running the following command:
sudo dnf -y install golang-code-cloudfoundry-clock-devel
Install golang-code-cloudfoundry-clock-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-code-cloudfoundry-clock-devel using yum by running the following command:
sudo yum -y install golang-code-cloudfoundry-clock-devel
How To Uninstall golang-code-cloudfoundry-clock-devel on Fedora 36
To uninstall only the golang-code-cloudfoundry-clock-devel package we can use the following command:
sudo dnf remove golang-code-cloudfoundry-clock-devel
golang-code-cloudfoundry-clock-devel Package Contents on Fedora 36
/usr/share/doc/golang-code-cloudfoundry-clock-devel
/usr/share/doc/golang-code-cloudfoundry-clock-devel/README.md
/usr/share/gocode/src/code.cloudfoundry.org
/usr/share/gocode/src/code.cloudfoundry.org/clock
/usr/share/gocode/src/code.cloudfoundry.org/clock/.goipath
/usr/share/gocode/src/code.cloudfoundry.org/clock/README.md
/usr/share/gocode/src/code.cloudfoundry.org/clock/clock.go
/usr/share/gocode/src/code.cloudfoundry.org/clock/fakeclock
/usr/share/gocode/src/code.cloudfoundry.org/clock/fakeclock/fake_clock.go
/usr/share/gocode/src/code.cloudfoundry.org/clock/fakeclock/fake_clock_test.go
/usr/share/gocode/src/code.cloudfoundry.org/clock/fakeclock/fake_ticker.go
/usr/share/gocode/src/code.cloudfoundry.org/clock/fakeclock/fake_ticker_test.go
/usr/share/gocode/src/code.cloudfoundry.org/clock/fakeclock/fake_timer.go
/usr/share/gocode/src/code.cloudfoundry.org/clock/fakeclock/fake_timer_test.go
/usr/share/gocode/src/code.cloudfoundry.org/clock/fakeclock/fakeclock_suite_test.go
/usr/share/gocode/src/code.cloudfoundry.org/clock/fakeclock/package.go
/usr/share/gocode/src/code.cloudfoundry.org/clock/package.go
/usr/share/gocode/src/code.cloudfoundry.org/clock/ticker.go
/usr/share/gocode/src/code.cloudfoundry.org/clock/timer.go
/usr/share/licenses/golang-code-cloudfoundry-clock-devel
/usr/share/licenses/golang-code-cloudfoundry-clock-devel/LICENSE
/usr/share/licenses/golang-code-cloudfoundry-clock-devel/NOTICE
References
Summary
In this tutorial we learn how to install golang-code-cloudfoundry-clock-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).