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

Last updated: May 11,2024

1. Install "pdfgrep.x86_64" package

This guide covers the steps necessary to install pdfgrep.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install pdfgrep.x86_64

2. Uninstall "pdfgrep.x86_64" package

This guide let you learn how to uninstall pdfgrep.x86_64 on Fedora 35:

$ sudo dnf remove pdfgrep.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:18:30 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : pdfgrep
Version : 2.1.2
Release : 8.fc35
Architecture : x86_64
Size : 58 k
Source : pdfgrep-2.1.2-8.fc35.src.rpm
Repository : fedora
Summary : Tool to search text in PDF files
URL : https://pdfgrep.org/
License : GPLv2+
Description : Pdfgrep is a tool, that works similar to grep, to search text in PDF files.
: It tries to be compatible with GNU grep, thus many of the favorite GNU grep
: options are supported. Pdfgrep can search many PDFs at once, even recursively
: in directories. It supports regular expressions (POSIX and PCRE), provides
: colored output and finally also support for password protected PDF files.