How to Install whois on Ubuntu 22.04?

Jun 30, 2022 . Admin

Hi Guys

I will explain step by step tutorial How to Install Whois on Ubuntu 22.04. if you want to see example of Install Whois on Ubuntu 22.04 then you are a right place. let’s discuss about What is Whois Command in Ubuntu?. step by step explain Whois_5.5.13_arm64.Deb Ubuntu 22.04 LTS Download

You can use this post for ubuntu 14.04, ubuntu 16.04, ubuntu 18.4, ubuntu 20.04, ubuntu 21 and ubuntu 22.04 versions.

(1). Update System Dependencies

(2). Install Whois

(3). Verify Whois

(4). Use whois with Domain

(5). Use whois with IP Address

Step 1: Update System Dependencies

Run the following command on the command line to update the terminal system dependencies:

sudo apt update
Step 2: Install Whois

Then install whois on Linux ubuntu system

sudo apt-get install whois	
Step 3: Verify Whois

Use the following command to test the version of whois on:

whois –version
Step 4: Use whois with Domain

Execute the following command with domain to check domain details using whois:

whois google.com
Step 5: Use whois with IP Address

Run the following command to check ip address details using whois:

whois 104.21.48.234
#Ubuntu