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.
|
4 months ago | |
---|---|---|
lib | 4 months ago | |
t | 4 months ago | |
Changes | 4 months ago | |
MANIFEST | 4 months ago | |
Makefile.PL | 4 months ago | |
README | 4 months ago | |
README.md | 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