30 Jan
2018
30 Jan
'18
12:38
On 2018-01-30 09:41, Stephan Kulow wrote:
On 01/30/2018 05:15 AM, Patrick Shanahan wrote:
for i in list;do zypper in $i;done
Note that zypper can install multiple packages at once and in this case you really want to do that as there is a lot of overhead involved in calling zypper (refreshing repos and all that)
Absolutely, I was going to say that :-) So parse the list, and produce one list per repo, then tell zypper to install that list from that particular repo; repeat for each repo. I don't know if it is possible to do in a single zypper call? -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" at Telcontar)