Coder Social home page Coder Social logo

jdsieci / dnf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rpm-software-management/dnf

0.0 3.0 0.0 33.83 MB

dnf is a package manager based on yum and libsolv

License: GNU General Public License v2.0

CMake 0.33% Python 99.08% Shell 0.59%

dnf's Introduction

Dandified Yum

Dandified Yum (DNF) is the next upcoming major version of Yum. It does package management using RPM, libsolv and hawkey libraries. For metadata handling and package downloads it utilizes librepo. To process and effectively handle the comps data it uses libcomps.

Installing

DNF and all its dependencies are available in Fedora 18 and later, including the rawhide Fedora.

Optionally you use repositories with DNF nightly builds for last 2 stable Fedora versions:

sudo cat << 'EOF' > /etc/yum.repos.d/dnf-nightly.repo
[dnf-nightly]
name=DNF nightly $releasever - $basearch
baseurl=http://jenkins.cloud.fedoraproject.org/job/DNF/lastSuccessfulBuild/artifact/fedora-$releasever-$basearch-build
enabled=1
EOF

Then install DNF typing:

sudo yum install dnf

In other RPM-based distributions you need to build all the components from their sources.

Building from source

From the DNF git checkout directory:

mkdir build;
pushd build;
cmake .. && make;
popd;

Then to run DNF:

PYTHONPATH=`readlink -f .` bin/dnf <arguments>

Building and installing rpm

From the DNF git checkout directory:

cmake .
./package/build-test-rpm
sudo rpm -i ~/rpmbuild/RPMS/noarch/dnf-<version>-<release>.noarch.rpm

Running tests

From the DNF git checkout directory:

mkdir build;
pushd build;
cmake .. && make ARGS="-V" test;
popd;

Documentation

The DNF package distribution contains man pages, dnf(8) and dnf.conf(8). It is also possible to read the DNF documentation online, the page includes API documentation. There's also a wiki meant for contributors to DNF and related projects.

Bug reporting etc.

Please report discovered bugs to the Red Hat bugzilla following this guide.

Freenode's irc channel #yum is meant for discussions related to both Yum and DNF. Questions should be asked there, issues discussed. Remember: #yum is not a support channel and prior research is expected from the questioner.

dnf's People

Contributors

aalam avatar abadger avatar akozumpl avatar ausil avatar elf avatar ffesti avatar giomac avatar goeranu avatar guidograzioli avatar ignatenkobrain avatar james-antill avatar katzj avatar kiilerix avatar kkofler avatar lmacken avatar logan5 avatar mattdm avatar max9631 avatar michaelmraka avatar mluscon avatar piotrdrag avatar pmatila avatar pmatilai avatar pnemade avatar radekholy24 avatar scop avatar skvidal avatar timlau avatar xsuchy avatar yurchor avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.