How to Install and Uninstall golang-github-client9-reopen-dev Package on Kali Linux

Last updated: May 19,2024

1. Install "golang-github-client9-reopen-dev" package

This guide let you learn how to install golang-github-client9-reopen-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-client9-reopen-dev

2. Uninstall "golang-github-client9-reopen-dev" package

Here is a brief guide to show you how to uninstall golang-github-client9-reopen-dev on Kali Linux:

$ sudo apt remove golang-github-client9-reopen-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-client9-reopen-dev package on Kali Linux

Package: golang-github-client9-reopen-dev
Source: golang-github-client9-reopen
Version: 1.0.0-4
Installed-Size: 29
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 5952
SHA256: 8a5848eb9f5535c62871f6b29a34ec31d19c4537ed77136ab5ae2d84ca2746cc
SHA1: 64232242411f2e36a4168d8d8dc65a8d550755da
MD5sum: f86b66f5ce9ad7758e7c861f6936be4c
Description: freopen functionality for golang's io.Writers (library)
Makes a standard os.File a "reopenable writer" and allows SIGHUP signals to
reopen log files, as needed by logrotated. This is inspired by the C/Posix
freopen.
.
The simple version reopen.NewFileWriter does unbuffered writing. A call
to .Reopen closes the existing file handle, and then re-opens it using
the original filename.
.
The more advanced version reopen.NewBufferedFileWriter buffers input and
flushes when the internal buffer is full (with care) or if 30 seconds
has elapsed.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/client9/reopen
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-client9-reopen/golang-github-client9-reopen-dev_1.0.0-4_all.deb