How to Install and Uninstall hwk.x86_64 Package on CentOS Stream 9

Last updated: October 07,2024

1. Install "hwk.x86_64" package

Please follow the steps below to install hwk.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install hwk.x86_64

2. Uninstall "hwk.x86_64" package

Please follow the guidance below to uninstall hwk.x86_64 on CentOS Stream 9:

$ sudo dnf remove hwk.x86_64 $ sudo dnf autoremove

3. Information about the hwk.x86_64 package on CentOS Stream 9

Last metadata expiration check: 0:06:15 ago on Sat Mar 16 16:03:45 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.