Dan
_______________________________________________________________________________
Dan Yocum | Phone: (630) 840-8525
Computing Division OSS/FSS | Fax: (630) 840-6345 .~. L
Fermi National Accelerator Lab | email: yocum@fnal.gov /V\ I
P.O. Box 500 | WWW: www-oss.fnal.gov/~yocum/ // \\ N
Batavia, IL 60510 | "TANSTAAFL" /( )\ U
________________________________|____________________________________ ^`~'^__X_
------- Forwarded Message
Return-Path: kreymer@fnal.gov
Received: from FNAL.FNAL.Gov (SYSTEM@fnal.fnal.gov [131.225.9.8])
by sapphire.fnal.gov (8.8.7/8.8.7) with ESMTP id JAA09893
for <yocum@sapphire.fnal.gov>; Fri, 22 Jan 1999 09:43:19 -0600
Received: from ea831.fnal.gov ("port 2320"@ea831.fnal.gov)
by FNAL.FNAL.GOV (PMDF V5.1-12 #3998)
with SMTP id <01J6U50EG1WU0000XO@FNAL.FNAL.GOV> for yocum@sapphire.fnal.gov;
Fri, 22 Jan 1999 09:43:17 -0600 CDT
Received: from localhost by ea831.fnal.gov; (5.65v3.2/1.1.8.2/03Feb96-0240PM)
id AA11994; Fri, 22 Jan 1999 09:43:16 -0600
Date: Fri, 22 Jan 1999 09:43:15 -0600 (CST)
From: Art Kreymer <kreymer@fnal.gov>
Subject: Re: AutoRPM available
In-reply-to: <01J6T6URRJB00000U5@FNAL.FNAL.GOV>
To: yocum@fnal.gov
Message-id: <Pine.OSF.4.05.9901220938240.24991-100000@ea831.fnal.gov>
MIME-version: 1.0
Content-type: TEXT/PLAIN; charset=US-ASCII
Here's a more legible form of autorpm installation,
which transports better through email :
FRPM='ftp://linux.fnal.gov/linux/current/i386/contrib/RPMS'
rpm -ivh ${FRPM}/perl-libnet-1.0605-2.noarch.rpm
rpm -ivh ${FRPM}/autorpm-1.6.2-2.noarch.rpm
rpm -ivh ${FRPM}/autorpm-addons-config-1.0-1.noarch.rpm
If you want to show users what to expect, here's a transcript :
$ FRPM='ftp://linux.fnal.gov/linux/current/i386/contrib/RPMS'
$ rpm -ivh ${FRPM}//perl-libnet-1.0605-2.noarch.rpm
Retrieving ftp://linux.fnal.gov/linux/current/i386/contrib/RPMS//perl-libnet-1.
0605-2.noarch.rpm
perl-libnet ##################################################
$ rpm -ivh ${FRPM}/autorpm-1.6.2-2.noarch.rpm
Retrieving ftp://linux.fnal.gov/linux/current/i386/contrib/RPMS/autorpm-1.6.2-2
.noarch.rpm
autorpm ##################################################
NOTE: AutoRPM will not do anything unless you create an /etc/autorpm.conf
See /etc/autorpm.conf.sample for an example config...
Mailing Lists Now Available, See
/usr/doc/autorpm-*/README
$ rpm -ivh ${FRPM}/autorpm-addons-config-1.0-1.noarch.rpm
Retrieving ftp://linux.fnal.gov/linux/current/i386/contrib/RPMS/autorpm-addons-
config-1.0-1.noarch.rpm
autorpm-addons-config ##################################################
------- End of Forwarded Message