How to Install and Uninstall hwk.x86_64 Package on Oracle Linux 9

Last updated: May 09,2024

1. Install "hwk.x86_64" package

This is a short guide on how to install hwk.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install hwk.x86_64

2. Uninstall "hwk.x86_64" package

Learn how to uninstall hwk.x86_64 on Oracle Linux 9:

$ sudo dnf remove hwk.x86_64 $ sudo dnf autoremove

3. Information about the hwk.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:01:24 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : hwk
Version : 0.6
Release : 3.el9
Architecture : x86_64
Size : 8.8 M
Source : hwk-0.6-3.el9.src.rpm
Repository : epel
Summary : Commandline text processing with Haskell functions
URL : https://hackage.haskell.org/package/hwk
License : MIT
Description : A commandline tool for text processing with Haskell functions, complementing
: unix-style tools like awk, grep, and sed. 'hwk' applies the function supplied
: on the commandline using 'hint' to lines of input and outputs the results.