The following lsof 4.86 packages are available:

Icon  Name                                                    Last modified      Size  
[DIR] Parent Directory - [   ] lsof-4.86-aix6.1.ppc.rpm 07-Jun-2012 16:33 128K [   ] lsof-4.86-el5.i386.rpm 11-Sep-2012 10:13 106K [   ] lsof-4.86-el5.x86_64.rpm 11-Sep-2012 14:27 114K [   ] lsof-4.86-el6.x86_64.rpm 11-Sep-2012 14:41 114K [   ] lsof-4.86-mac10.7.x86.tar.gz 04-Jun-2012 16:12 94K [   ] lsof-4.86-sol10.sparc.pkg 08-Jun-2012 10:00 469K
Packages are provided in up to three formats:

A. AIX and Mac tarfiles
B. Solaris SysV packages
C. Linux RPMs

	Format of package names is as follows:
	
		<pkg-rev>.<arch>.<format>
		
	where:
		<pkg-rev> is the name of the package and revision
		
		<arch> is the architecture of the package:
		
			aix6.1.ppc   	        - AIX version 6.1
			el5.i386		- 32-bit Red Hat Enterprise Linux 5
			el5.x86_64		- 64-bit Red Hat Enterprise Linux 5 
			el6.x86_64      	- 64-bit Red Hat Enterprise Linux 6
			mac10.7.x86	        - Mac OS 10.7
			sol10.intel	        - Intel Solaris version 10
			sol10.sparc             - SPARC Solaris version 10
		
		<format> is the package's format:
		
			.tar.gz 		- gzipped tarball
			.rpm    		- AIX or Linux rpm
			.pkg 			- Solaris package



Installation:

A. AIX and Mac tarfiles:

	1. Click on the name of the tarfile you wish to download. The file
	   will download to your computer.

	2. Install the package:                                 
		$ cd /usr/local
		$ tar xPf <path_to_downloaded_file>


B. Solaris SysV packages:

	From the machine you wish to install the package on, issue the command:
		% sudo pkgadd -d http://its2.unc.edu/dci/dci_components/shared_apps/packages/repository/lsof/lsof-4.86/<pkg-rev>.<arch>.pkg


C. Linux rpms:
	
        1. Click on the name of the tarfile you wish to download. The file
           will download to your computer.
                        	   
	2. Install the package:	   
                % sudo rpm --import http://its2.unc.edu/dci_components/shared_apps/packages/repository/ITS-ESM-GPG-KEY	
		% sudo yum localinstall <path_to_downloaded_file>
		
         NOTE: If you have access to ITS's Red Hat Satellite server, you can install the package without downloading it:
               % sudo rpm --import http://its2.unc.edu/dci_components/shared_apps/packages/repository/ITS-ESM-GPG-KEY
               % sudo /usr/sbin/rhn-channel -a -c '<channel>'
               % sudo yum install <pkg-rev>.<arch>.rpm
               
           where '<channel>' is one of:
           	i386-5-its      -- RHEL 5 32-bit
          	x86_64-5-its    -- RHEL 5 64-bit
           	x86_64-6-its    -- RHEL 6 64-bit

Files are installed into /usr/local.

 

For additional package requests, please submit a Remedy ticket to ITS-SYSTEMS.
Alternatively, send e-mail to sharedapps@unc.edu