28.9 C
Texas

How To Google Search from a Linux Terminal

Introduction:

Today, we are going to learn that how we can Google Search from our Linux terminal. For Sysadmin or Developer or DevOps, it would be wonderful to have the facility of searching through a terminal. Google is the most important search engine worldwide and have huge amount of shares.
If you are interested to search google results directly from your terminal, at the end of this tutorial, you will be playing with it. Your thoughts & wishes have been granted by this great tool called googler. It gives you the results as Google does in web browser. So, why we move towards the browser, I think the best choice is to search from Terminal during your work. Let’s get started to cover the Installation of this amazing tool.

Important Features of googler

  • Google Search, Google Site Search, Google News
  • Fast and clean without ads, stray URL’s and clutter with custom color
  • Navigate result pages from omniprompt
  • Open URL’s in browser
  • Search & option completion scripts for Bash, Zsh, and Fish
  • Disable automatic spelling correction
  • And much more you can enjoy with the help of this tool.

How To Install Googler?

You can Install Googler from various installation repositories.

  • Chocolatey (choco install googler)
  • Debian (apt-get install googler)
  • Fedora (dnf install googler)
  • FreeBSD (pkg install googler)
  • macOS/Homebrew (brew install googler)
  • NixOS (nix-env -i googler)
  • openSUSE (zypper in googler)
  • Raspbian Testing (apt-get install googler)
  • Slackware (slackpkg install googler)
  • Snap Store (snap install googler)
  • Ubuntu (apt-get install googler)
  • Void Linux (xbps-install -S googler)

Demonstrated Install & use on CentOS 8

Run the given command to Install the Googler on CentOS 8

[sabi@localhost ~]$ sudo yum -y install googler
Last metadata expiration check: 0:06:45 ago on Fri 27 Dec 2019 07:13:55 PM PKT.
Dependencies resolved.
Package Arch Version Repository Size
Installing:
googler noarch 4.0-1.el8 epel 68 k
Transaction Summary
Install 1 Package
Total download size: 68 k
Installed size: 195 k
Downloading Packages:
googler-4.0-1.el8.noarch.rpm 24 kB/s | 68 kB 00:02
Total 11 kB/s | 68 kB 00:06
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : googler-4.0-1.el8.noarch 1/1
Running scriptlet: googler-4.0-1.el8.noarch 1/1
Verifying : googler-4.0-1.el8.noarch 1/1
Installed:
googler-4.0-1.el8.noarch
Complete!
- Advertisement -

Search install php 7.4 on Centos 8 from a website osradar.com

Fetch 10 results updated within the last 1 months, starting from the second result for the keyword CentOS in site osradar.com

[sabi@localhost ~]$ googler -n 10 -s 2 -t m1 -w osradar.com CentOS 8
1. How To Sync CentOS 8 repositories on Satellite / Katello …
https://www.osradar.com/how-to-sync-centos-8-repositories-on-satellite-katello-foreman/
Nov 28, 2019,
Introduction: In this tutorial, we are going to learn how to sync & store
CentOS 8 BaseOS & AppStream repositories on Foreman Katello & Red Hat
Satellite.
2.How to install PHP 7.4 on CentOS 8? - OSRadar
https://www.osradar.com/install-php-74-centos-8/
4 days ago,
A new version of PHP has come out and it's time to install it on our
servers. So in this post, you will learn how to install PHP 7.4 on CentOS
Having this version â€¦
3.How To Configure Master / Slave BIND DNS Server on …
https://www.osradar.com/how-to-configure-master-slave-bind-dns-server-on-centos-8-rhel-8/
Dec 20, 2019,
Today we are going to cover the installation & configuration of BIND DNS
Server on CentOS / RHEL 8. DNS as you all know is used to name the all
computers â€¦
4.How To Subscribe CentOS Server to Katello/Foreman …
https://www.osradar.com/how-to-subscribe-centos-server-to-katello-foreman/
Nov 29, 2019,
Step 1: Add EPEL repository & foreman on CentOS 8. Step 2: Install
Subscription Manager. Step 3: Register CentOS 8 server on katello server.
5.How To Install Latest Docker Compose on Ubuntu 19.04 …
https://www.osradar.com/how-to-install-latest-docker-compose-on-ubuntu-19-04-centos-8-debian-10-fedora-30/
Dec 2, 2019,
How To Install Latest Docker Compose on Ubuntu 19.04 / CentOS 8 / Debian
10 … on different Linux distributions like Ubuntu, Debian, CentOS and
Debian.
6.How to Configure Proxy Settings on CentOS / RHEL / Fedora …
https://www.osradar.com/how-to-configure-proxy-settings-on-centos-rhel-fedora/
Dec 18, 2019,
Introduction: In this tutorial, we are going to learn that how can we
configure our Proxy Settings on CentOS 8 / 7 | RHEL 8 / 7 & Fedora
31/30/29 Linux machines.
7.What do we expect from Linux distributions in 2020? - OSRadar
https://www.osradar.com/about-linux-distributions-in-2020/
2 days ago,
Debian 10 and CentOS 8 have recently been released. Debian in July and
CentOS 8 has been pretty little. The problem with them has not been
stability or â€¦
8.How To run Docker Containers using Podman and Libpod …
https://www.osradar.com/how-to-run-docker-containers-using-podman-and-libpod/
4 days ago,
podman pull centos:8. Run the below command to list the downloaded images
$ podman images. REPOSITORY TAG IMAGE ID CREATED SIZE
9.How to deploy ArangoDB using Docker Compose? - OSRadar
https://www.osradar.com/arangodb-using-docker-compose/
7 days ago,
For CentOS 8: How to install Docker on CentOS 8? For CentOS 7: How to
install Docker CE on CentOS 7? If you use Windows: How to install Docker
in Windows â€¦
10.Nu Shell: and interesting terminal for Linux - OSRadar
https://www.osradar.com/nu-shell-and-interesting-terminal-for-linux/
Dec 3, 2019,
Previous article How To Install Latest Docker Compose on Ubuntu 19.04 /
CentOS 8 / Debian 10 / Fedora 30. Next article How to enable SSH in
Windows Server â€¦

You can find out more at https://github.com/jarun/googler

- Advertisement -
Everything Linux, A.I, IT News, DataOps, Open Source and more delivered right to you.
Subscribe
"The best Linux newsletter on the web"

LEAVE A REPLY

Please enter your comment!
Please enter your name here



Latest article