How to Install and Uninstall miller.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "miller.x86_64" package

This is a short guide on how to install miller.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install miller.x86_64

2. Uninstall "miller.x86_64" package

Here is a brief guide to show you how to uninstall miller.x86_64 on CentOS Stream 8:

$ sudo dnf remove miller.x86_64 $ sudo dnf autoremove

3. Information about the miller.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:39:10 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : miller
Version : 5.10.2
Release : 1.el8
Architecture : x86_64
Size : 321 k
Source : miller-5.10.2-1.el8.src.rpm
Repository : epel
Summary : Name-indexed data processing tool
URL : http://johnkerl.org/miller/doc
License : BSD
Description : Miller (mlr) allows name-indexed data such as CSV and JSON files to be
: processed with functions equivalent to sed, awk, cut, join, sort etc. It can
: convert between formats, preserves headers when sorting or reversing, and
: streams data where possible so its memory requirements stay small. It works
: well with pipes and can feed "tail -f".