Skip to content

leapp-to/dnf-plugin-offline-upgrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNF Offline Upgrade Plugin

Experimental plugin to use with DNF package manager.

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>

Running tests

From the DNF git checkout directory:

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

About

Offline upgrade plugin for DNF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published