How to Install and Uninstall grin.noarch Package on Fedora 38

Last updated: October 02,2024

1. Install "grin.noarch" package

Please follow the guidance below to install grin.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install grin.noarch

2. Uninstall "grin.noarch" package

This guide covers the steps necessary to uninstall grin.noarch on Fedora 38:

$ sudo dnf remove grin.noarch $ sudo dnf autoremove

3. Information about the grin.noarch package on Fedora 38

Last metadata expiration check: 2:59:32 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : grin
Version : 1.3.0
Release : 9.fc38
Architecture : noarch
Size : 39 k
Source : grin-1.3.0-9.fc38.src.rpm
Repository : fedora
Summary : Grep-like tool for source code
URL : http://pypi.python.org/pypi/grin
License : BSD
Description : grin is a similar in function to GNU grep, however it is has modified
: behaviour to make it simpler to use when grepping source code.
:
: Some features grin feature are:
:
: * recurse directories by default
: * do not go into directories with specified names
: * do not search files with specified extensions
: * be able to show context lines before and after matched lines
: * Python regex syntax
: * unless suppressed via a command line option, display the filename
: regardless of the number of files
: * accept a file (or stdin) with a list of newline-separated filenames
: * grep through gzipped text files
: * be useful as a library to build custom tools quickly