Whoisコマンドが見つかりませんか?

Whoisコマンドが見つかりませんか?

カリLinux 2016.01を使用する

pip install whois
Requirement already satisfied

apt-get update
apt-get install whois
Package 'whois' has no installation candidate

端末に入力すると、コマンドが見つからないとwhois google.com表示されます。解決策はありますか?

ベストアンサー1

最近、Kali Linux 2016.1をインストールして更新しました。 whoisコマンドはうまくいきます。

root@Kali:~# cat /etc/issue
Kali GNU/Linux Rolling \n \l

root@Kali:~# dpkg -l whois

 ||/ Name                  Version         Architecture    Description
 +++-=====================-===============-===============-================================================
 ii  whois                 5.2.12          amd64           intelligent WHOIS client

 root@Kali:~# whois www.google.com

Whois Server Version 2.0

Domain names in the .com and .net domains can now be registered
with many different competing registrars. Go to http://www.internic.net
for detailed information.

Server Name: WWW.GOOGLE.COM.AR
Registrar: ENOM, INC.
Whois Server: whois.enom.com
Referral URL: http://www.enom.com

手動でインストールしてみることができます。

root@Kali:~# apt  install  whois
Reading package lists... Done
Building dependency tree       
Reading state information... Done
whois is already the newest version (5.2.12).


root@Kali:~# apt-cache policy whois
whois:
  Installed: 5.2.12
  Candidate: 5.2.12
  Version table:
 *** 5.2.12 500
    500 http://http.kali.org/kali kali-rolling/main amd64 Packages
    100 /var/lib/dpkg/status

おすすめ記事