<div dir="ltr">That command works, but it takes a VERY LONG time to complete (maybe 5mins).<br>dnf -y repository-packages MYREPO upgrade<br><br>Earlier version of DNF (maybe few weeks ago), throw these messages while doing upgrade:<br>Package SOMEPACKAGE1 not installed, cannot update it<br>Package SOMEPACKAGE2 not installed, cannot update it<br>Package SOMEPACKAGE3 not installed, cannot update it<br>Package SOMEPACKAGE4 not installed, cannot update it<br><br><br>I assume that the problem could be in the fact that DNF is trying to update ALL packages from my custom repository MYREPO, but on my PC, I use only few of those packages (have installed) just a few packages.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-08-13 20:53 GMT+02:00 Jan Zelený <span dir="ltr">&lt;<a href="mailto:jzeleny@redhat.com" target="_blank">jzeleny@redhat.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 12. 8. 2015 at 15:11:38, Zelja Tux wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; How to only install updates from a specific repository with DNF (and their<br>
&gt; dependencies from other repositories)?<br>
&gt; Is there a option to upgrade only packages from specific repository (and<br>
&gt; their dependencies from other repositories)<br>
&gt;<br>
&gt; I use following on Fedora 22 x86_64:<br>
&gt;<br>
&gt; dnf -y repo-pkgs MYREPO upgrade<br>
&gt;<br>
&gt; Upgrade is successfull, but it takes VERY LONG time to complete (5mins).<br>
&gt;<br>
&gt;<br>
&gt; If I use following:<br>
&gt; dnf -y --disablerepo=\* --enablerepo=MYREPO upgrade<br>
&gt;<br>
&gt; Upgrade fails with:<br>
&gt; Skipping packages with broken dependencies:<br>
&gt;<br>
&gt; Because I have one package on MYREPO that requires (have dependency)<br>
&gt; package from other repo (fedora repo).<br>
&gt;<br>
&gt; Yum command worked fine.<br>
&gt; yum -y repo-pkgs MYREPO update<br>
&gt;<br>
&gt; Does anyone have a clue.<br>
<br>
</span>Does<br>
<br>
dnf -y repository-packages MYREPO upgrade<br>
<br>
not work?<br>
<span class="HOEnZb"><font color="#888888"><br>
Jan<br>
</font></span></blockquote></div><br></div>