How to Install and Uninstall golang-github-andrew-d-go-termutil-dev Package on Kali Linux

Last updated: September 20,2024

1. Install "golang-github-andrew-d-go-termutil-dev" package

Please follow the steps below to install golang-github-andrew-d-go-termutil-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-andrew-d-go-termutil-dev

2. Uninstall "golang-github-andrew-d-go-termutil-dev" package

Please follow the guidance below to uninstall golang-github-andrew-d-go-termutil-dev on Kali Linux:

$ sudo apt remove golang-github-andrew-d-go-termutil-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-andrew-d-go-termutil-dev package on Kali Linux

Package: golang-github-andrew-d-go-termutil-dev
Source: golang-github-andrew-d-go-termutil
Version: 0.0~git20150726.009166a-0kali1
Architecture: all
Maintainer: Kali Developers
Installed-Size: 25
Homepage: https://github.com/andrew-d/go-termutil
Priority: optional
Section: golang
Filename: pool/main/g/golang-github-andrew-d-go-termutil/golang-github-andrew-d-go-termutil-dev_0.0~git20150726.009166a-0kali1_all.deb
Size: 4328
SHA256: da9fc70563f758f9da082e4a499c601cd2b5bb33f312873c8ea51d0d6a038121
SHA1: bacaf490a86712a2b69cf0d2633baec01986472f
MD5sum: e515a2fb2957105cc3e0c2a5df5be274
Description: Terminal utilities for golang (library)
This package contains terminal utilities. It exposes some very basic, useful
functions:
- Isatty(file *os.File) bool: this function will return whether or not the
given file is a TTY, attempting to use native operations when possible.
It wil fall back to using the isatty() function from unistd.h through cgo
if on an unknown platform.
- GetPass(prompt string, prompt_fd, input_fd uintptr) ([]byte, error): this
function will print the prompt string to the file identified by prompt_fd,
prompt the user for a password without echoing the password to the
terminal, print a newline, and then return the given password to the user.
Description-md5: