Re: How to know what broken dependencies in F22 with dnf

2015-05-07 Thread Sérgio Basto
On Qui, 2015-05-07 at 12:53 +0100, Sérgio Basto wrote: > On Qui, 2015-05-07 at 12:23 +0200, poma wrote: > > On 06.05.2015 08:11, Frank Murphy wrote: > > > On Wed, 06 May 2015 01:18:09 +0100 > > > Sérgio Basto wrote: > > >> with: > > >> yum update > > >> I got : > > >> Yum command has been deprec

Re: How to know what broken dependencies in F22 with dnf

2015-05-07 Thread Sérgio Basto
On Qui, 2015-05-07 at 12:23 +0200, poma wrote: > On 06.05.2015 08:11, Frank Murphy wrote: > > On Wed, 06 May 2015 01:18:09 +0100 > > Sérgio Basto wrote: > >> with: > >> yum update > >> I got : > >> Yum command has been deprecated, redirecting to '/usr/bin/dnf update' > > > > locate yum-dep > >

Re: How to know what broken dependencies in F22 with dnf

2015-05-07 Thread poma
On 06.05.2015 08:11, Frank Murphy wrote: > On Wed, 06 May 2015 01:18:09 +0100 > Sérgio Basto wrote: >> with: >> yum update >> I got : >> Yum command has been deprecated, redirecting to '/usr/bin/dnf update' > > locate yum-dep > man yum-deprecated > For me meant > ln */yum-deprecated */yumd > ad

Re: How to know what broken dependencies in F22 with dnf

2015-05-05 Thread Frank Murphy
On Wed, 06 May 2015 01:18:09 +0100 Sérgio Basto wrote: > with: > yum update > I got : > Yum command has been deprecated, redirecting to '/usr/bin/dnf update' locate yum-dep man yum-deprecated For me meant ln */yum-deprecated */yumd added one letter to my yum bits. I currently use both (testing

Re: How to know what broken dependencies in F22 with dnf

2015-05-05 Thread poma
On 06.05.2015 02:18, Sérgio Basto wrote: > On Seg, 2015-05-04 at 22:21 +0200, poma wrote: >> On 04.05.2015 18:05, Sérgio Basto wrote: >>> Hi, >>> yum stops to work on F22 , first, at my point of view, just should be >>> marked as obsolete on F23 , is a rule , one release to change the >>> default

Re: How to know what broken dependencies in F22 with dnf

2015-05-05 Thread Sérgio Basto
On Seg, 2015-05-04 at 22:21 +0200, poma wrote: > On 04.05.2015 18:05, Sérgio Basto wrote: > > Hi, > > yum stops to work on F22 , first, at my point of view, just should be > > marked as obsolete on F23 , is a rule , one release to change the > > default , next release to obsolete it . > > Ha-ha.

Re: How to know what broken dependencies in F22 with dnf

2015-05-04 Thread poma
On 04.05.2015 18:05, Sérgio Basto wrote: > Hi, > yum stops to work on F22 , first, at my point of view, just should be > marked as obsolete on F23 , is a rule , one release to change the > default , next release to obsolete it . Ha-ha. Yum does it very well, with Fedora 20, Fedora 21, Fedora 22

Re: How to know what broken dependencies in F22 with dnf

2015-05-04 Thread Chris Murphy
On Mon, May 4, 2015 at 1:14 PM, Kevin Fenzi wrote: > On Mon, 04 May 2015 17:05:29 +0100 > Sérgio Basto wrote: > >> Hi, >> yum stops to work on F22 , first, at my point of view, just should be >> marked as obsolete on F23 , is a rule , one release to change the >> default , next release to obsolet

Re: How to know what broken dependencies in F22 with dnf

2015-05-04 Thread Kevin Fenzi
On Mon, 04 May 2015 17:05:29 +0100 Sérgio Basto wrote: > Hi, > yum stops to work on F22 , first, at my point of view, just should be > marked as obsolete on F23 , is a rule , one release to change the > default , next release to obsolete it . > > Now, I need to find out what broken dependencie

How to know what broken dependencies in F22 with dnf

2015-05-04 Thread Sérgio Basto
Hi, yum stops to work on F22 , first, at my point of view, just should be marked as obsolete on F23 , is a rule , one release to change the default , next release to obsolete it . Now, I need to find out what broken dependencies do we have and where , and dnf doesn't show it. How I do it now ?