Announcement

Collapse
No announcement yet.

Yum's Successor, DNF 0.6, Brings Sought After Features

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Yum's Successor, DNF 0.6, Brings Sought After Features

    Phoronix: Yum's Successor, DNF 0.6, Brings Sought After Features

    Ale? Kozumpl?k announced the release of DNF 0.6 today with the version bump coming as a result of some user sought after functionality...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Will F20 update to DNF 0.6?

    Comment


    • #3
      How can we be back to waiting for DNF? That is so 2000 zeros.

      Comment


      • #4
        Originally posted by mark45 View Post
        Will F20 update to DNF 0.6?
        I don't know if they're going to, but it seems they haven't updated it for F20: http://pkgs.fedoraproject.org/cgit/d...dnf.spec?h=f20

        If you don't mind building the RPMs yourself, you can run:

        Code:
        sudo yum install rpmdevtools fedpkg git
        fedpkg co -a dnf
        cd dnf
        git checkout f21
        fedpkg srpm
        sudo yum-builddep dnf-0.6.0-1.fc21.src.rpm
        rpmbuild --rebuild dnf-0.6.0-1.fc21.src.rpm
        Then install the new F21 dnf package from the ~/rpmbuild/RPMS/ directory.

        Comment

        Working...
        X