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

Last updated: September 28,2024

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

This guide let you learn how to install golang-github-facebookgo-clock-devel.noarch on Fedora 35

$ 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 35:

$ 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 35

Last metadata expiration check: 2:50:31 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-facebookgo-clock-devel
Version : 0
Release : 0.6.20190627git600d898.fc35
Architecture : noarch
Size : 16 k
Source : golang-github-facebookgo-clock-0-0.6.20190627git600d898.fc35.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