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

Last updated: September 30,2024

1. Install "colorized-logs.x86_64" package

Please follow the step by step instructions below to install colorized-logs.x86_64 on Fedora 36

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

2. Uninstall "colorized-logs.x86_64" package

Please follow the instructions below to uninstall colorized-logs.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 3:19:25 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : colorized-logs
Version : 2.6
Release : 2.fc36
Architecture : x86_64
Size : 32 k
Source : colorized-logs-2.6-2.fc36.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"
: * lesstty: pipe a program (as above) to "less -R"