How to Install and Uninstall golang-github-facebookgo-clock-devel.noarch Package on Fedora 36

Last updated: June 23,2024

1. Install "golang-github-facebookgo-clock-devel.noarch" package

Please follow the steps below to install golang-github-facebookgo-clock-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-facebookgo-clock-devel.noarch

2. Uninstall "golang-github-facebookgo-clock-devel.noarch" package

This tutorial shows how to uninstall golang-github-facebookgo-clock-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-facebookgo-clock-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-facebookgo-clock-devel.noarch package on Fedora 36

Last metadata expiration check: 0:41:50 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : golang-github-facebookgo-clock-devel
Version : 0
Release : 0.7.20190627git600d898.fc36
Architecture : noarch
Size : 16 k
Source : golang-github-facebookgo-clock-0-0.7.20190627git600d898.fc36.src.rpm
Repository : fedora
Summary : Small library for mocking time in Go
URL : https://github.com/facebookgo/clock
License : MIT
Description : Clock is a small library for mocking time in Go. It provides an interface around
: the standard library's time package so that the application can use the realtime
: clock while tests can use the mock clock.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/facebookgo/clock