Re: RPM wildcard question

2013-01-27 Thread Panu Matilainen
On 01/24/2013 09:42 PM, Rick Stevens wrote: On 01/24/2013 11:12 AM, Doug issued this missive: On 01/24/2013 12:26 PM, Wojciech Komornicki wrote: Expansion of the asterisk is handled by the shell. To see what such a command will do, issue the command echo *.rpm You will see the full l

Re: RPM wildcard question

2013-01-25 Thread Aaron Konstam
On Fri, 2013-01-25 at 10:53 -0200, Lailah wrote: > El jue, 24-01-2013 a las 01:14 -0500, Doug escribió: > > If you have a directory with a whole batch of RPMs, all part > > of some program suite, is it possible to use a wildcard to > > install all of the RPMs at once, like so: > >

Re: RPM wildcard question

2013-01-25 Thread Lailah
El jue, 24-01-2013 a las 01:14 -0500, Doug escribió: > If you have a directory with a whole batch of RPMs, all part > of some program suite, is it possible to use a wildcard to > install all of the RPMs at once, like so: > rpm -Uvh *.rpm > If not is there some other sim

Re: RPM wildcard question

2013-01-24 Thread Rick Stevens
On 01/24/2013 11:12 AM, Doug issued this missive: On 01/24/2013 12:26 PM, Wojciech Komornicki wrote: Expansion of the asterisk is handled by the shell. To see what such a command will do, issue the command echo *.rpm You will see the full list of RPMs. I thank all of you folks who ha

Re: RPM wildcard question

2013-01-24 Thread Doug
On 01/24/2013 12:26 PM, Wojciech Komornicki wrote: Expansion of the asterisk is handled by the shell. To see what such a command will do, issue the command echo *.rpm You will see the full list of RPMs. I thank all of you folks who have answered. It turns out that the code I suggeste

RPM wildcard question

2013-01-24 Thread Wojciech Komornicki
Expansion of the asterisk is handled by the shell. To see what such a command will do, issue the command echo *.rpm You will see the full list of RPMs. -- Wojciech Komornicki The goal of collegiate mathematics is the understanding of mathematical ideas per se. The role of application

Re: RPM wildcard question

2013-01-23 Thread Rahul Sundaram
Hi On Thu, Jan 24, 2013 at 1:19 AM, Konstantin Svist wrote: > yum localinstall *.rpm > -- otherwise, yum will complain that RPM DB was modified by something > other than yum (harmless warning, I think.. > May not be harmless. http://illiterat.livejournal.com/7834.html Always use yum if you

Re: RPM wildcard question

2013-01-23 Thread Konstantin Svist
On 01/23/2013 10:14 PM, Doug wrote: > If you have a directory with a whole batch of RPMs, all part > of some program suite, is it possible to use a wildcard to > install all of the RPMs at once, like so: >rpm -Uvh *.rpm > If not is there some other simple way ot do it? T

RPM wildcard question

2013-01-23 Thread Doug
If you have a directory with a whole batch of RPMs, all part of some program suite, is it possible to use a wildcard to install all of the RPMs at once, like so: rpm -Uvh *.rpm If not is there some other simple way ot do it? The program in question has about 20 RPMs. (No