The following sudo 1.8.6p7 packages are available:

Icon  Name                                                    Last modified      Size  
[DIR] Parent Directory - [   ] sudo-1.8.6p7-1.aix6.1.ppc.rpm 25-Mar-2013 13:02 1.5M [   ] sudo-1.8.6p7-1.el5.i386.rpm 21-Mar-2013 14:15 1.2M [   ] sudo-1.8.6p7-1.el5.x86_64.rpm 22-Mar-2013 11:58 1.2M [   ] sudo-1.8.6p7-1.el6.x86_64.rpm 22-Mar-2013 11:36 1.1M [   ] sudo-1.8.6p7-mac10.8.x86.tar.gz 25-Mar-2013 10:28 624K [   ] sudo-1.8.6p7-sol10.sparc.pkg 22-Mar-2013 14:27 4.3M
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/sudo/sudo-1.8.6p7/<pkg-rev>.<arch>.pkg


As root, use sudoedit to create the /etc/sudoers file. Set the permissions on the file to 440, owner to root, group to root.

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