The following lsof 4.87 packages are available:

Icon  Name                                                    Last modified      Size  
[DIR] Parent Directory - [   ] lsof-4.87-1.aix6.1.ppc.rpm 15-Mar-2013 13:33 136K [   ] lsof-4.87-1.el5.i386.rpm 14-Mar-2013 16:07 105K [   ] lsof-4.87-1.el5.x86_64.rpm 15-Mar-2013 10:15 113K [   ] lsof-4.87-1.el6.x86_64.rpm 15-Mar-2013 10:20 113K [   ] lsof-4.87-mac10.8.x86.tar.gz 15-Mar-2013 13:51 96K [   ] lsof-4.87-sol10.sparc.pkg 15-Mar-2013 12:47 616K
Packages are provided in the following formats:

A. AIX rpms
B. Linux rpms
C. Mac tarfiles
D. Solaris SysV packages

	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.sparc             - SPARC Solaris version 10
		
		<format> is the package's format:
		
			.tar.gz 		- gzipped tarfile
			.rpm    		- Linux rpm
			.pkg 			- Solaris SysV package



Installation:

A. AIX rpms:
	
        1. Click on the name of the file you wish to download. The file
           will download to your computer.
                        	   
	2. Install the package:	   
		% sudo rpm -ivh <path_to_downloaded_file>
		
B. Linux rpms:
	
        1. Click on the name of the file 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

C. 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>


D. 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.87/<pkg-rev>.<arch>.pkg


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