How to Install and Uninstall hwk.x86_64 Package on AlmaLinux 9

Last updated: September 28,2024

1. Install "hwk.x86_64" package

Please follow the instructions below to install hwk.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install hwk.x86_64

2. Uninstall "hwk.x86_64" package

This is a short guide on how to uninstall hwk.x86_64 on AlmaLinux 9:

$ sudo dnf remove hwk.x86_64 $ sudo dnf autoremove

3. Information about the hwk.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:50:54 ago on Wed Mar 13 07:41:12 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.