How to Install and Uninstall golang-github-bep-clock-dev Package on Kali Linux

Last updated: November 23,2024

1. Install "golang-github-bep-clock-dev" package

In this section, we are going to explain the necessary steps to install golang-github-bep-clock-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-bep-clock-dev

2. Uninstall "golang-github-bep-clock-dev" package

Learn how to uninstall golang-github-bep-clock-dev on Kali Linux:

$ sudo apt remove golang-github-bep-clock-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-bep-clock-dev package on Kali Linux

Package: golang-github-bep-clock-dev
Source: golang-github-bep-clock
Version: 0.3.0-2
Installed-Size: 22
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-frankban-quicktest-dev, golang-github-google-go-cmp-dev
Size: 4684
SHA256: b2963e588e69cde9c708aa16f993a697e14a29478fd63c941054c30742d7a225
SHA1: f53df1b4442e9a395ad1443e868aa7a398b7b37e
MD5sum: 90a838e62538ded5f4d1c3d440bf53a0
Description: Golang clock that allows you to set the start time (Go library)
This package provides a *ticking clock* that allows you to set the start
time. It also provides a system clock, both implementing this interface:
.
// Clock provides a subset of methods in time.Time
type Clock interface {
Now() time.Time
Since(t time.Time) time.Duration
Until(t time.Time) time.Duration
.
// Offset returns the offset of this clock relative to the system clock
Offset() time.Duration
}
.
Note that this only support a subset of all the methods in time.Time
(see above) and is by design very simple. For a more advanced time mocking
library, have a look at .
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/bep/clock
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-bep-clock/golang-github-bep-clock-dev_0.3.0-2_all.deb