How to Install and Uninstall vgrep.x86_64 Package on Fedora 35

Last updated: October 06,2024

1. Install "vgrep.x86_64" package

Please follow the guidelines below to install vgrep.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install vgrep.x86_64

2. Uninstall "vgrep.x86_64" package

In this section, we are going to explain the necessary steps to uninstall vgrep.x86_64 on Fedora 35:

$ sudo dnf remove vgrep.x86_64 $ sudo dnf autoremove

3. Information about the vgrep.x86_64 package on Fedora 35

Last metadata expiration check: 1:37:21 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : vgrep
Version : 2.5.6
Release : 2.fc35
Architecture : x86_64
Size : 1.3 M
Source : vgrep-2.5.6-2.fc35.src.rpm
Repository : updates
Summary : User-friendly pager for grep
URL : https://github.com/vrothberg/vgrep
License : GPLv3
Description :
: vgrep is a pager for grep, git-grep, ripgrep and similar grep implementations,
: and allows for opening the indexed file locations in a user-specified editor
: such as vim or emacs. vgrep is inspired by the ancient cgvg scripts but
: extended to perform further operations such as listing statistics of files and
: directory trees or showing the context lines before and after the matches.