How to Install and Uninstall golang-github-ttacon-chalk-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "golang-github-ttacon-chalk-dev" package

Please follow the step by step instructions below to install golang-github-ttacon-chalk-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-ttacon-chalk-dev

2. Uninstall "golang-github-ttacon-chalk-dev" package

Please follow the steps below to uninstall golang-github-ttacon-chalk-dev on Kali Linux:

$ sudo apt remove golang-github-ttacon-chalk-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-ttacon-chalk-dev package on Kali Linux

Package: golang-github-ttacon-chalk-dev
Source: golang-github-ttacon-chalk
Version: 0.1-2
Installed-Size: 103
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 75620
SHA256: 4f69a3eeb2082ac69d662d311ee72831b2e049a465dd50eb94aa2c14b507182d
SHA1: bcc3f1b7f96e18bfb0ab1369e5a7f191daa2467d
MD5sum: a2bc2bca1e0d8e2af12b5c18d426b72c
Description: Go library for prettifying terminal/console output
Chalk is a go package for styling console/terminal output.
.
Check out godoc for some example usage:
http://godoc.org/github.com/ttacon/chalk
.
The api is pretty clean, there are default Colors and TextStyles which can be
mixed to create more intense Styles. Styles and Colors can be printed in normal
strings (i.e. fmt.Sprintf(chalk.Red)), but Styles, Colors and TextStyles are
more meant to be used to style specific text segments (i.e.
fmt.Println(chalk.Red.Color("this is red")) or fmt.Println(myStyle.Style("this
is blue text that is underlined"))).
.
This package contains the source.
Description-md5:
Homepage: https://github.com/ttacon/chalk
Section: devel
Priority: optional
Filename: pool/main/g/golang-github-ttacon-chalk/golang-github-ttacon-chalk-dev_0.1-2_all.deb