Build Dependencies - Manage Packages with dnf-builddep | Online Free DevTools by Hexmos
Manage package build dependencies with dnf-builddep. Install required packages effortlessly, skip unavailable ones, and define macros. Free online tool, no registration required.
dnf-builddep
Install dependencies to build a given package. Not default to
dnfbut supported viadnf-plugins-core. See also:dnf. More information: https://dnf-plugins-core.readthedocs.io/en/latest/builddep.html.
- Install dependencies for a given package:
dnf builddep {{path/to/specification.spec}}
- Install dependencies for a given package but ignore unavailable:
dnf builddep --skip-unavailable {{path/to/specification.spec}}
- Define the RPM macro to a given expression:
dnf builddep {{[-D|--define]}} '{{expression}}'
- Define an argument for a
.specfile path:
dnf builddep --spec {{argument}}
- Define an argument for a
.rpmfile path:
dnf builddep --srpm {{argument}}
- Display help:
dnf builddep --help-cmd
