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

Last updated: July 05,2024

1. Install "grin.noarch" package

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

$ sudo dnf update $ sudo dnf install grin.noarch

2. Uninstall "grin.noarch" package

Learn how to uninstall grin.noarch on Fedora 34:

$ sudo dnf remove grin.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:58:24 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : grin
Version : 1.3.0
Release : 2.fc34
Architecture : noarch
Size : 34 k
Source : grin-1.3.0-2.fc34.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