• Antelope Release 5.10 Linux CentOS release 7.6.1810 (Core) 3.10.0 2020-05-12

 

NAME

required_unix_programs - check for existence of standard UNIX programs required for Antelope

SYNOPSIS

required_unix_programs 

DESCRIPTION

required_unix_programs checks for all programs in an internal list. This list should contain all the standard UNIX programs which are required by Antelope; it also contains extra lists of standard UNIX programs recommended for development or useful in other contexts.

EXAMPLE


% ./required_unix_programs
Can't find the following programs:
        netscape
Antelope may not work properly without this program installed.

% set path=(/usr/bin /opt/antelope/dev/bin)
% ./required_unix_programs
Can't find the following programs:
        netscape
Antelope may not work properly without this program installed.
Some programs are installed, but not on your path
Please add the following to your PATH:
        /bin
        /opt/local/bin
        /usr/local/bin
        /usr/openwin/bin
        /usr/sbin

SEE ALSO

check_antelope_installation(1)

BUGS AND CAVEATS

The internal list may be incomplete. Even if a program is installed, it may function differently than expected, causing Antelope software to break.

AUTHOR

Daniel Quinlan
Printer icon