On Fri, Dec 19, 2014 at 2:31 AM, Joachim Backes
<joachim.bac...@rhrk.uni-kl.de> wrote:
> On 12/19/2014 10:16 AM, Chris Murphy wrote:
>>
>> On Dec 19, 2014 1:55 AM, "Joachim Backes" <joachim.bac...@rhrk.uni-kl.de
>> <mailto:joachim.bac...@rhrk.uni-kl.de>> 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?

Pretty sure it finds dependencies as long as they're in an enabled
repo. For example if you get a kernel off koji that isn't in any repo
yet, and you only download the kernel file, the command can't go get
kernel-core and kernel-modules, so in that case yes you have to have
all the rpms downloaded.

-- 
Chris Murphy
-- 
users mailing list
users@lists.fedoraproject.org
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

Reply via email to