How to Install and Uninstall hwk.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 02,2024

1. Install "hwk.x86_64" package

Here is a brief guide to show you how to install hwk.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install hwk.x86_64

2. Uninstall "hwk.x86_64" package

Please follow the instructions below to uninstall hwk.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove hwk.x86_64 $ sudo dnf autoremove

3. Information about the hwk.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:18:53 ago on Mon Feb 26 07:04:30 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.