yum-builddep(1) — Linux manual page

NAME | SYNOPSIS | DESCRIPTION | GENERAL OPTIONS | EXAMPLES | FILES | SEE ALSO | AUTHORS | BUGS | COLOPHON

yum-builddep(1)                                          yum-builddep(1)

NAME         top

       yum-builddep - install missing dependencies for building an RPM
       package

SYNOPSIS         top

       yum-builddep package

       yum-builddep /path/to/local/package.src.rpm

       yum-builddep /path/to/local/package.spec

DESCRIPTION         top

       yum-builddep is a program which installs the RPMs needed to build
       the specified package.  The source RPM for the specified package
       must be available in a Yum repository (which will be
       automatically enabled, if it is disabled) or it can be a local
       source RPM or a spec file.

       Note, that only the BuildRequires information within the SRPM
       header information is used to determine build dependencies. This
       will specifically omit any dependencies that are required only
       for specific architectures.

GENERAL OPTIONS         top

       --target ARCH
              Set target architecture for spec parsing.

       --define 'MACRO EXPR'
              Define the rpm MACRO with value EXPR for spec parsing.

EXAMPLES         top

       Download and install all the RPMs needed to build the kernel RPM:
              yumdownloader --source kernel && rpm2cpio kernel*src.rpm |
              cpio -i kernel.spec && \
              yum-builddep kernel.spec

       The kernel includes specific BuildRequires dependencies for
       different architectures. In order to make sure that those
       dependencies are downloaded and installed, the SRPM should be
       downloaded, the .spec file extracted from it and used to
       determine the full dependency list.

FILES         top

       As yum-builddep uses YUM libraries for retrieving all the
       information, it relies on YUM configuration for its default
       values like which repositories to use. Consult YUM documentation
       for details:

       /etc/yum.conf
       /etc/yum/repos.d/
       /var/cache/yum/

SEE ALSO         top

       yum.conf(5)
       http:https://yum.baseurl.org/

AUTHORS         top

       See the Authors file included with this program.

BUGS         top

       There are of course no bugs, but should you find any, you should
       first consult the FAQ section on http:https://yum.baseurl.org/wiki/Faq
       and if unsuccessful in finding a resolution contact the mailing
       list: [email protected].  To file a bug use
       http:https://bugzilla.redhat.com for Fedora/RHEL/Centos related bugs
       and http:https://yum.baseurl.org/report for all other bugs.

COLOPHON         top

       This page is part of the yum-utils (Yum Package Manager
       utilities) project.  Information about the project can be found
       at ⟨https://github.com/rpm-software-management/yum⟩.  It is not
       known how to report bugs for this man page; if you know, please
       send a mail to [email protected].  This page was obtained from
       the project's upstream Git repository
       ⟨https://github.com/rpm-software-management/yum-utils.git⟩ on
       2023-12-22.  (At that time, the date of the most recent commit
       that was found in the repository was 2020-03-11.)  If you
       discover any rendering problems in this HTML version of the page,
       or you believe there is a better or more up-to-date source for
       the page, or you have corrections or improvements to the
       information in this COLOPHON (which is not part of the original
       manual page), send a mail to [email protected]

Panu Matilainen               17 July 2005               yum-builddep(1)

Pages that refer to this page: yum-utils(1)