How to Install and Uninstall colorized-logs.x86_64 Package on Fedora 34

Last updated: May 18,2024

1. Install "colorized-logs.x86_64" package

This guide let you learn how to install colorized-logs.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install colorized-logs.x86_64

2. Uninstall "colorized-logs.x86_64" package

This is a short guide on how to uninstall colorized-logs.x86_64 on Fedora 34:

$ sudo dnf remove colorized-logs.x86_64 $ sudo dnf autoremove

3. Information about the colorized-logs.x86_64 package on Fedora 34

Last metadata expiration check: 3:12:33 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : colorized-logs
Version : 2.5
Release : 5.fc34
Architecture : x86_64
Size : 31 k
Source : colorized-logs-2.5-5.fc34.src.rpm
Repository : fedora
Summary : Tools for logs with ANSI color
URL : https://github.com/kilobyte/colorized-logs
License : MIT
Description : Some tools like gcc, dmesg, grep --color, colordiff, ccze, etc can enhance
: their output with color, making reading a lot more pleasant. The difference
: can be as big as between slogging through twenty pages of a build log to
: find a failure, and a swift drag of the scroller to do the same within a
: second.
:
: Such colored logs can be usually viewed on a 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"