Operating System - Tru64 Unix
1752781 Members
6444 Online
108789 Solutions
New Discussion юеВ

how to install software to tru64 4.0G

 
mmain_1
Occasional Advisor

how to install software to tru64 4.0G

hello all:
i think install sudo-1.6.6.tar.gz software to tru64 4.0G,how to install?
3 REPLIES 3
Michael Schulte zur Sur
Honored Contributor

Re: how to install software to tru64 4.0G

Hi,

unzip the archive, put in a temporary place and untar it. Then look for docs.

greetings,

Michael
Venkatesh BL
Honored Contributor

Re: how to install software to tru64 4.0G

look out for the README file. Usually, there would be a 'configure' script that needs to be run. But, check the README before you proceed.
Victor Semaska_3
Esteemed Contributor

Re: how to install software to tru64 4.0G

Copy the kit to /tmp
Decompress the kit with 'gzip'
Extract the kit with 'tar -xf'
cd sudo-1.6.6
./configure
make
make install

That should be it. Read the INSTALL file for more details.

Vic

There are 10 kinds of people, one that understands binary and one that doesn't.