How to Install and Uninstall golang-github-burntsushi-locker-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

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

This guide covers the steps necessary to install golang-github-burntsushi-locker-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

This guide let you learn how to uninstall golang-github-burntsushi-locker-dev on Ubuntu 20.10 (Groovy Gorilla):

$ 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 Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-burntsushi-locker-dev
Architecture: all
Version: 0.0~git20171006.a6e239e-2
Priority: optional
Section: universe/devel
Source: golang-github-burntsushi-locker
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 17
Filename: pool/universe/g/golang-github-burntsushi-locker/golang-github-burntsushi-locker-dev_0.0~git20171006.a6e239e-2_all.deb
Size: 3788
MD5sum: 34d336b21d4fe63a713f0dba8c4dd8bd
SHA1: 231b8d9227f69b53cb6b7b0ea699dc801a2851f9
SHA256: bdde471f3250fd92722431c1480516ee9e3d2463679c875884ece6e7ee35cf18
SHA512: 73f85971bb018c64b2d377f6b98bb9928e6afa857c1fa5c34233be0167e2bb7f88100b1e3b77899e1b20fcec5b090194c44e8c2bde6705d2488bdefcc1cb7d93
Homepage: https://github.com/BurntSushi/locker
Description-en: 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: 774f60c9980fcd974e1bf11556b97a64