Difference between revisions of "Whois"

From CBLFS
Jump to navigationJump to search
(I moved the package description to the top.)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| ftp://ftp.debian.org/debian/pool/main/w/whois/whois_4.7.19.tar.gz
+
| ftp://ftp.debian.org/debian/pool/main/w/whois/whois_{{Whois-Version}}.tar.gz
 
|}
 
|}
  

Revision as of 14:32, 17 December 2006

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.

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.