Displaying 4 results from an estimated 4 matches for "pkginstalllist".
Did you mean:
pkginstallist
2016 Mar 07
2
6.7 netinstall fails at insert cd to continue
...yum shell [filename]
>
> The contents of the file need to be standard yum-acceptable lines.
> I.e., the lines of a package list would need to be edited to include
> "install " and/or input continuation characters, etc.
>
--
ok. so how about;
yum shell install < pkginstalllist.file
--
peace out.
If Bill Gates got a dime for every time Windows crashes...
...oh, wait. He does. THAT explains it!
-+-
in a world with out fences, who needs gates.
CentOS GNU/Linux 6.7
tc,hago.
g
.
2016 Mar 07
0
6.7 netinstall fails at insert cd to continue
...he contents of the file need to be standard yum-acceptable lines.
>> I.e., the lines of a package list would need to be edited to
>> include "install " and/or input continuation characters, etc.
>>
> --
>
> ok. so how about;
>
> yum shell install < pkginstalllist.file
I suspect not.
However,
yum shell pkginstalllist.file
where you have prepended "install " to each line (and I believe added
"run" at the end) of that file would seem to be likely to work. A
simple vi or perl search/replace edit/one-line script should get you
the in...
2016 Mar 07
0
6.7 netinstall fails at insert cd to continue
On 3/6/2016 8:25 PM, g wrote:
> ok. so how about;
>
> yum shell install < pkginstalllist.file
yum install $(cat pkginstallist.file)
or
yum install `cat pkginstallist.file`
should work unless that list is stupid long.
--
john r pierce, recycling bits in santa cruz
2016 Mar 07
2
6.7 netinstall fails at insert cd to continue
On 03/06/16 19:19, Richard wrote:
>> Date: Sunday, March 06, 2016 17:12:24 -0600
>> From: g <geleem at bellsouth.net>
>> On 03/06/16 14:48, Richard wrote:
>> <<>>
>>> You may want to look at the yum "shell" option (man yum-shell).
>>>
>> interesting.
>>
>> would you presume that something like this might run?