How to Install and Uninstall golang-github-ttacon-chalk-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

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

Here is a brief guide to show you how to install golang-github-ttacon-chalk-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide let you learn how to uninstall golang-github-ttacon-chalk-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ 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 Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-github-ttacon-chalk-dev
Priority: extra
Section: universe/devel
Installed-Size: 103
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-ttacon-chalk
Version: 0.1-1
Filename: pool/universe/g/golang-github-ttacon-chalk/golang-github-ttacon-chalk-dev_0.1-1_all.deb
Size: 38684
MD5sum: 1e242736191fb292d017e00e2d85741d
SHA1: d9951ae72c39adc6ee35eebd186b54b964a6f27c
SHA256: 9232b5298064a2d1559bc42423cfa79d56c66580f49a17dd60f5f6bd2d78e9cb
Description-en: 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: 1afe9303789ea9d8851ba69ec102304a
Homepage: https://github.com/ttacon/chalk
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu