How to Install and Uninstall miller.x86_64 Package on Rocky Linux 8

Last updated: October 06,2024

1. Install "miller.x86_64" package

In this section, we are going to explain the necessary steps to install miller.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install miller.x86_64

2. Uninstall "miller.x86_64" package

This guide covers the steps necessary to uninstall miller.x86_64 on Rocky Linux 8:

$ sudo dnf remove miller.x86_64 $ sudo dnf autoremove

3. Information about the miller.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:03:31 ago on Mon Sep 12 10:27:18 2022.
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".