How to Install and Uninstall colorized-logs Package on Kali Linux

Last updated: May 05,2024

1. Install "colorized-logs" package

Here is a brief guide to show you how to install colorized-logs on Kali Linux

$ sudo apt update $ sudo apt install colorized-logs

2. Uninstall "colorized-logs" package

This tutorial shows how to uninstall colorized-logs on Kali Linux:

$ sudo apt remove colorized-logs $ sudo apt autoclean && sudo apt autoremove

3. Information about the colorized-logs package on Kali Linux

Package: colorized-logs
Version: 2.6-1
Installed-Size: 88
Maintainer: Adam Borowski
Architecture: amd64
Replaces: kbtin (<< 1.0.18)
Depends: libc6 (>= 2.7), less
Suggests: colordiff, colormake, ccze, colortail
Size: 16556
SHA256: 045cbf5859334d0cca507ace9eeebe64500870ff914bf0a26212aa6634b73aa0
SHA1: cd7f206618d883938673d73e0a97c8e8b3719284
MD5sum: 3170ac717526c08014caebef7545a095
Description: tools for consuming logs with ANSI color
Some tools like gcc, dmesg, grep --color, colordiff, ccze, etc can enhance
their output with color, making reading a lot more pleasant. You can
usually view that only on your terminal or with "less -R"; this package
gives you:
* ansi2html: convert logs to HTML
* ansi2txt: drop ANSI control codes
* ttyrec2ansi: drop timing data from ttyrec files
* pipetty: makes a program think its stdout and stderr are connected to a
terminal; use as a prefix: "pipetty dmesg|tee"
* lesstty: pipe a program (as above) to "less -R"
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/kilobyte/colorized-logs
Tag: implemented-in::c, interface::commandline, role::program,
scope::utility, works-with::logfile, works-with::software:running,
works-with::text
Section: text
Priority: optional
Filename: pool/main/c/colorized-logs/colorized-logs_2.6-1_amd64.deb