How to Install and Uninstall miller.x86_64 Package on Fedora 34

Last updated: July 03,2024

1. Install "miller.x86_64" package

This is a short guide on how to install miller.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install miller.x86_64

2. Uninstall "miller.x86_64" package

This is a short guide on how to uninstall miller.x86_64 on Fedora 34:

$ sudo dnf remove miller.x86_64 $ sudo dnf autoremove

3. Information about the miller.x86_64 package on Fedora 34

Last metadata expiration check: 0:31:58 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : miller
Version : 5.10.2
Release : 1.fc34
Architecture : x86_64
Size : 332 k
Source : miller-5.10.2-1.fc34.src.rpm
Repository : updates
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".