How to Install and Uninstall golang-github-rodaine-table-dev Package on Kali Linux

Last updated: July 08,2024

1. Install "golang-github-rodaine-table-dev" package

In this section, we are going to explain the necessary steps to install golang-github-rodaine-table-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-rodaine-table-dev

2. Uninstall "golang-github-rodaine-table-dev" package

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

$ sudo apt remove golang-github-rodaine-table-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-rodaine-table-dev package on Kali Linux

Package: golang-github-rodaine-table-dev
Source: golang-github-rodaine-table
Version: 1.1.0-2
Installed-Size: 32
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-google-go-cmp-dev, golang-github-mattn-go-runewidth-dev, golang-github-stretchr-testify-dev
Size: 7536
SHA256: 06254cb41505a100fc6d61690b7c6924e1149e0b2e4e1e4f93206766e07a5afb
SHA1: ebbfbc89347aa4b72600ee6ede5a6106e587f058
MD5sum: d4087452db5bed6b15aae3f3e6be36d3
Description: Go CLI Table Generator (library)
Go package "table" provides a convenient way to generate tabular output
of any data, primarily useful for CLI tools.
.
Features:
.
* Accepts all data types (string, int, interface{}, everything!) and
will use the String() string method of a type if available.
* Can specify custom formatting for the header and first column cells
for better readability.
* Columns are left-aligned and sized to fit the data, with customizable
padding.
* The printed output can be sent to any io.Writer, defaulting to
os.Stdout.
* Built to an interface, so you can roll your own Table implementation.
* Works well with ANSI colors (fatih/color
(https://github.com/fatih/color) in the example)!
* Can provide a custom WidthFunc to accomodate multi- and zero-width
characters (such as runewidth (https://github.com/mattn/go-runewidth))
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/rodaine/table
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-rodaine-table/golang-github-rodaine-table-dev_1.1.0-2_all.deb

5. The same packages on other Linux Distributions