How to Install and Uninstall golang-github-google-renameio-dev Package on Kali Linux

Last updated: April 28,2024

1. Install "golang-github-google-renameio-dev" package

Please follow the steps below to install golang-github-google-renameio-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-google-renameio-dev

2. Uninstall "golang-github-google-renameio-dev" package

This tutorial shows how to uninstall golang-github-google-renameio-dev on Kali Linux:

$ sudo apt remove golang-github-google-renameio-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-google-renameio-dev package on Kali Linux

Package: golang-github-google-renameio-dev
Source: golang-github-google-renameio
Version: 2.0.0-2
Installed-Size: 55
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 10256
SHA256: c57b53f9e1fc3c208fed3876c0db1be8e6d3d3938d13c437de34321981b1fa84
SHA1: b22a611046637381bd351945f6736e9712ac5e92
MD5sum: 0b96ba006584582ae738643cf9707387
Description: provides a way to atomically create or replace a file or symbolic link
The renameio Go package provides a way to atomically create or replace a
file or symbolic link.
.
Atomicity vs durability: renameio concerns itself only with atomicity,
i.e. making sure applications never see unexpected file content
(a half-written file, or a 0-byte file).
.
As a practical example, consider https://manpages.debian.org/: if there
is a power outage while the site is updating, we are okay with losing the
manpages which were being rendered at the time of the power outage. They
will be added in a later run of the software. We are not okay with having
a manpage replaced by a 0-byte file under any circumstances, though.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/google/renameio
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-google-renameio/golang-github-google-renameio-dev_2.0.0-2_all.deb