How to Install Googler on Ubuntu 22.04

googler is a command-line tool to search Google (Web & News) from the terminal. Google site search works too. googler shows the title, URL and text context for each result. Results are fetched in pages.

In this tutorial, i am going to show you how to install and uninstall googler on ubuntu 22.04.

How to Install Googler on Ubuntu 22.04

Follow the below given steps to install and uninstall googler on Linux ubuntu 22.04:

  • Step 1 – Update Repository
  • Step 2 – Install googler
  • Step 3 – Verify Installation
  • Step 4 – Remove Package of Googler

Step 1 – Update Repository

Run the following command on command line to update package available in default repository:

apt show googler

Step 2 – Install googler

Run the following command on command line to install googler apt package manager:

sudo apt install googler -y

Step 3 – Verify Installation

Run the following command to check the installed version of Googler:

googler --version

Step 4 – Remove Package of Googler

And if you want to remove or uninstall the package of Googler from Ubuntu, so run the following command on command line:

sudo apt purge googler -y

Conclusion

Through this tutorial, i have shown to you how to install and uninstall googler on ubuntu 22.04.

More Tutorials

Leave a Comment