dnf.plugin.builddep (8) - Linux Manuals

dnf.plugin.builddep: DNF builddep Plugin

NAME

dnf.plugin.builddep - DNF builddep Plugin

Install whatever is needed to build the given .src.rpm, .nosrc.rpm or .spec file.

SYNOPSIS

dnf builddep <file>...

ARGUMENTS

<file>
The path to .src.rpm, .nosrc.rpm or .spec file, to read the needed build requirements from.

EXAMPLES

dnf builddep foobar.spec
Install the needed build requirements, defined in the foobar.spec file.
dnf builddep foobar-1.0-1.src.rpm
Install the needed build requirements, defined in the foobar-1.0-1.src.rpm file.

AUTHOR

See AUTHORS in your Core DNF Plugins distribution

COPYRIGHT

2014, Red Hat, Licensed under GPLv2+