How to Install and Uninstall googler.noarch Package on CentOS 8 / RHEL 8

Last updated: June 23,2024

1. Install "googler.noarch" package

This guide let you learn how to install googler.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install googler.noarch

2. Uninstall "googler.noarch" package

This guide covers the steps necessary to uninstall googler.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove googler.noarch $ sudo dnf autoremove

3. Information about the googler.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:51:16 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : googler
Version : 4.2
Release : 1.el8
Architecture : noarch
Size : 71 k
Source : googler-4.2-1.el8.src.rpm
Repository : epel
Summary : Access google search, google site search, google news from the terminal
URL : https://github.com/jarun/googler
License : GPLv3+
Description : googler is a power tool to access Google (Web & News) websites and Google Site
: Search website from the command-line. It shows the title, URL and abstract
: for each result, which can be directly opened in a browser from the terminal.
: Results are fetched in pages (with page navigation). Supports sequential
: searches in a single googler instance.
:
: googler was initially written to cater to headless servers without X. You can
: integrate it with a text-based browser. However, it has grown into a very handy
: and flexible utility that delivers much more. For example, fetch any number of
: results or start anywhere, limit search by any duration, define aliases to
: google search any number of websites, switch domains easily... all of this
: in a very clean interface without ads or stray URLs. The shell completion
: scripts make sure you don't need to remember any options.
:
: googler isn't affiliated to Google in any way.