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

Last updated: February 08,2025

1. Install "grin.noarch" package

Please follow the instructions below to install grin.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install grin.noarch

2. Uninstall "grin.noarch" package

This tutorial shows how to uninstall grin.noarch on Fedora 39:

$ sudo dnf remove grin.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:15:07 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : grin
Version : 1.3.0
Release : 11.fc39
Architecture : noarch
Size : 38 k
Source : grin-1.3.0-11.fc39.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