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" <joachim.backes@xxxxxxxxxxxxxx > > <mailto:joachim.backes@xxxxxxxxxxxxxx>> wrote: > >> > >> Hi guys, > >> > >> is it possible to run "yum/dnf update [<some pkgs>]" (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 upgrade *rpm > > > > Chris > > > > > > > > Hi Chris, > > that means I have to download *all* rpms before running update/upgrade? yum will download those RPMs it needs to resolve dependencies (from the repos you have configured). Preumably dnf does the same. poc -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org