How to Install and Uninstall golang-github-burntsushi-locker-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "golang-github-burntsushi-locker-dev" package

Please follow the instructions below to install golang-github-burntsushi-locker-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-burntsushi-locker-dev

2. Uninstall "golang-github-burntsushi-locker-dev" package

This is a short guide on how to uninstall golang-github-burntsushi-locker-dev on Kali Linux:

$ sudo apt remove golang-github-burntsushi-locker-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-burntsushi-locker-dev package on Kali Linux

Package: golang-github-burntsushi-locker-dev
Source: golang-github-burntsushi-locker
Version: 0.0~git20171006.a6e239e-3
Installed-Size: 17
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 3860
SHA256: 70f223dea84c3dac29569468a5e0266f67f607e0fbc37363e38befc33a17243e
SHA1: 4f711f1e0b683974352399853f69aa738e18ac27
MD5sum: 835f6333832f7550f1a9a5aa85fe29f8
Description: simple Go package for conveniently using named read/write locks
Package locker is a simple Go package to manage named ReadWrite mutexes.
These appear to be especially useful for synchronizing access
to session based information in web applications.
.
The common use case is to use the package level functions, which use
a package level set of locks (safe to use from multiple goroutines
simultaneously). However, you may also create a new separate set
of locks.
.
All locks are implemented with read-write mutexes. To use them
like a regular mutex, simply ignore the RLock/RUnlock functions.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/BurntSushi/locker
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-burntsushi-locker/golang-github-burntsushi-locker-dev_0.0~git20171006.a6e239e-3_all.deb