Re: yum or dnf question

2014-12-20 Thread Chris Murphy
On Fri, Dec 19, 2014 at 2:31 AM, Joachim Backes wrote: > On 12/19/2014 10:16 AM, Chris Murphy wrote: >> >> On Dec 19, 2014 1:55 AM, "Joachim Backes" > > wrote: >>> >>> Hi guys, >>> >>> is it possible to run "yum/dnf update []" (from the official >>> repos) tog

Re: yum or dnf question

2014-12-19 Thread Patrick O'Callaghan
On Fri, 2014-12-19 at 10:31 +0100, Joachim Backes wrote: > On 12/19/2014 10:16 AM, Chris Murphy wrote: > > > > On Dec 19, 2014 1:55 AM, "Joachim Backes" > > wrote: > >> > >> Hi guys, > >> > >> is it possible to run "yum/dnf update []" (from the official > >>

Re: yum or dnf question

2014-12-19 Thread Ralf Corsepius
On 12/19/2014 10:31 AM, Joachim Backes wrote: On 12/19/2014 10:16 AM, Chris Murphy wrote: On Dec 19, 2014 1:55 AM, "Joachim Backes" mailto:joachim.bac...@rhrk.uni-kl.de>> wrote: Hi guys, is it possible to run "yum/dnf update []" (from the official repos) together with some rpm file residing

Re: yum or dnf question

2014-12-19 Thread John Austin
On Fri, 2014-12-19 at 09:55 +0100, Joachim Backes wrote: > Hi guys, > > is it possible to run "yum/dnf update []" (from the official > repos) together with some rpm file residing on my box (for example > downloaded from koji)? > > Example: I need such a mechanism if mutual dependencies exist betw

Re: yum or dnf question

2014-12-19 Thread Joachim Backes
On 12/19/2014 10:16 AM, Chris Murphy wrote: > > On Dec 19, 2014 1:55 AM, "Joachim Backes" > wrote: >> >> Hi guys, >> >> is it possible to run "yum/dnf update []" (from the official >> repos) together with some rpm file residing on my box (for example >> downl

Re: yum or dnf question

2014-12-19 Thread Ralf Corsepius
On 12/19/2014 09:55 AM, Joachim Backes wrote: Hi guys, is it possible to run "yum/dnf update []" (from the official repos) together with some rpm file residing on my box (for example downloaded from koji)? Yes. yum/dnf only care about dependencies between installed and to-be installed packages

Re: yum or dnf question

2014-12-19 Thread Chris Murphy
On Dec 19, 2014 1:55 AM, "Joachim Backes" wrote: > > Hi guys, > > is it possible to run "yum/dnf update []" (from the official > repos) together with some rpm file residing on my box (for example > downloaded from koji)? Yes. I do it all the time. mkdir blah cd blah curl -Os blah.rpm & dnf upgra

yum or dnf question

2014-12-19 Thread Joachim Backes
Hi guys, is it possible to run "yum/dnf update []" (from the official repos) together with some rpm file residing on my box (for example downloaded from koji)? Example: I need such a mechanism if mutual dependencies exist between pkgs from the repo and the rpm on my box. KInd regards Joachim Ba