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
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:
> >
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
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
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
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
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
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
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