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

Last updated: November 25,2024

1. Install "colorized-logs.x86_64" package

Please follow the guidelines below to install colorized-logs.x86_64 on Fedora 35

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

2. Uninstall "colorized-logs.x86_64" package

Please follow the guidelines below to uninstall colorized-logs.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 4:42:28 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : colorized-logs
Version : 2.5
Release : 6.fc35
Architecture : x86_64
Size : 30 k
Source : colorized-logs-2.5-6.fc35.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"