Inst Perl module for SGI IRIX. Allows use of inst from Perl.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TruHobbyist 67763198fe „README.md“ ändern 4 months ago
lib Files added 4 months ago
t Files added 4 months ago
Changes Files added 4 months ago
MANIFEST Files added 4 months ago
Makefile.PL Files added 4 months ago
README Files added 4 months ago
README.md „README.md“ ändern 4 months ago

README.md

Welcome to Inst-1.0.0 for SGI IRIX.

This is a Perl module used as an interface to SGI's inst (or equivalent) software installation tool. It allows you to write Perl scripts to install, remove or manage tardists.

Dependencies

Inst.pm v1.0.0 requires:

IO::Pty

Proc::ProcessTable

Perl 5.10 or later

Installation

Unpack the source tarball:

bash# perl Makefile.PL
...
bash# make
...
bash# make install
...

Usage

For the full documentation use:

bash# perldoc Inst

Enjoy