How to Install and Uninstall golang-github-nightlyone-lockfile-dev Package on Kali Linux

Last updated: May 19,2024

1. Install "golang-github-nightlyone-lockfile-dev" package

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

$ sudo apt update $ sudo apt install golang-github-nightlyone-lockfile-dev

2. Uninstall "golang-github-nightlyone-lockfile-dev" package

This guide covers the steps necessary to uninstall golang-github-nightlyone-lockfile-dev on Kali Linux:

$ sudo apt remove golang-github-nightlyone-lockfile-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-nightlyone-lockfile-dev package on Kali Linux

Package: golang-github-nightlyone-lockfile-dev
Source: golang-github-nightlyone-lockfile
Version: 0.0~git20170804.6a197d5-1.1
Installed-Size: 28
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 6380
SHA256: d770c7caf5eb34665435fa479f5a7e118b892c2eebf70178c712cf8d5bed1635
SHA1: 5d95166be9331e0fbf6a91611225ca551a1dd547
MD5sum: aea072688c6473faf56ee30e601f228a
Description: Golang library to handle locking via pid files
Package lockfile handles pid file based locking.
.
While a sync.Mutex helps against concurrency issues within a single process,
this package is designed to help against concurrency issues between
cooperating processes or serializing multiple invocations of the same process.
You can also combine sync.Mutex with Lockfile in order to serialize an action
between different goroutines in a single program and also multiple invocations
of this program.
Description-md5:
Homepage: https://github.com/nightlyone/lockfile
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-nightlyone-lockfile/golang-github-nightlyone-lockfile-dev_0.0~git20170804.6a197d5-1.1_all.deb