Difference between revisions of "Whois"

From CBLFS
Jump to navigationJump to search
Line 7: Line 7:
 
----
 
----
  
== Introduction to Whois ==
+
{{Package-Introduction|Whois is a client-side application which queries the whois directory service for information pertaining to a particular domain name.}}
 
 
Whois is a client-side application which queries the whois directory service for information pertaining to a particular domain name.
 
  
 
== Dependencies ==
 
== Dependencies ==

Revision as of 14:13, 16 April 2007

Download Source: ftp://ftp.debian.org/debian/pool/main/w/whois/whois_5.0.12.tar.gz

Introduction to Whois

Whois is a client-side application which queries the whois directory service for information pertaining to a particular domain name.

Project Homepage: Unknown

Dependencies

Non-Multilib

Compile the package:

make

Install the package

make prefix=/usr install

Multilib

This package does not provide any libraries so only one installation is needed.

32Bit

Compile the package:

make CC="gcc ${BUILD32}"

Install the package

make prefix=/usr install

N32

Compile the package:

make CC="gcc ${BUILDN32}"

Install the package

make prefix=/usr install

64Bit

Compile the package:

make CC="gcc ${BUILD64}"

Install the package

make prefix=/usr install

Content

Installed Program: whois

Installed Libraries: None

Installed Directories: None

Short Descriptions

whois: is a client-side application which queries the whois directory service for information pertaining to a particular domain name.