EnglishFrenchSpanish

Ad


OnWorks favicon

build-rdeps - Online in the Cloud

Run build-rdeps in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command build-rdeps that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


build-rdeps - find packages that depend on a specific package to build (reverse build
depends)

SYNOPSIS


build-rdeps package

DESCRIPTION


build-rdeps searches for all packages that build-depend on the specified package.

The default behaviour is to just `grep` for the given dependency in the Build-Depends
field of apt's Sources files.

If the package dose-extra >= 4.0 is installed, then a more complete reverse build
dependency computation is carried out. In particular, with that package installed, build-
rdeps will find transitive reverse dependencies, respect architecture and build profile
restrictions, take Provides relationships, Conflicts, Pre-Depends, Build-Depends-Arch and
versioned dependencies into account and correctly resolve multiarch relationships for
crossbuild reverse dependency resolution. (This tends to be a slow process due to the
complexity of the package interdependencies.)

OPTIONS


-u, --update
Run apt-get update before searching for build-depends.

-s, --sudo
Use sudo when running apt-get update. Has no effect if -u is omitted.

--distribution
Select another distribution, which is searched for build-depends.

--only-main
Ignore contrib and non-free

--exclude-component
Ignore the given component (e.g. main, contrib, non-free).

--origin
Restrict the search to only the specified origin (such as "Debian").

-m, --print-maintainer
Print the value of the maintainer field for each package.

--host-arch
Explicitly set the host architecture. The default is the value of `dpkg-architecture
-qDEB_HOST_ARCH`. This option only works if dose-extra >= 4.0 is installed.

--old
Force the old simple behaviour without dose-ceve support even if dose-extra >= 4.0 is
installed. (This tends to be faster.)

Notice, that the old behaviour only finds direct dependencies, ignores virtual
dependencies, does not find transitive dependencies and does not take version
relationships, architecture restrictions, build profiles or multiarch relationships
into account.

--build-arch
Explicitly set the build architecture. The default is the value of `dpkg-architecture
-qDEB_BUILD_ARCH`. This option only works if dose-extra >= 4.0 is installed.

-d, --debug
Run the debug mode

--help
Show the usage information.

--version
Show the version information.

REQUIREMENTS


The tool requires apt Sources files to be around for the checked components. In the
default case this means that in /var/lib/apt/lists files need to be around for main,
contrib and non-free.

In practice this means one needs to add one deb-src line for each component, e.g.

deb-src http://<mirror>/debian <dist> main contrib non-free

and run apt-get update afterwards or use the update option of this tool.

Use build-rdeps online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    wxPython
    wxPython
    A set of Python extension modules that
    wrap the cross-platform GUI classes from
    wxWidgets.. Audience: Developers. User
    interface: X Window System (X11), Win32 ...
    Download wxPython
  • 2
    packfilemanager
    packfilemanager
    This is the Total War pack file manager
    project, starting from version 1.7. A
    short introduction into Warscape
    modding: ...
    Download packfilemanager
  • 3
    IPerf2
    IPerf2
    A network traffic tool for measuring
    TCP and UDP performance with metrics
    around both throughput and latency. The
    goals include maintaining an active
    iperf cod...
    Download IPerf2
  • 4
    fre:ac - free audio converter
    fre:ac - free audio converter
    fre:ac is a free audio converter and CD
    ripper for various formats and encoders.
    It features MP3, MP4/M4A, WMA, Ogg
    Vorbis, FLAC, AAC, and Bonk format
    support, ...
    Download fre:ac - free audio converter
  • 5
    Matplotlib
    Matplotlib
    Matplotlib is a comprehensive library
    for creating static, animated, and
    interactive visualizations in Python.
    Matplotlib makes easy things easy and
    hard thing...
    Download Matplotlib
  • 6
    BotMan
    BotMan
    Write your chatbot logic once and
    connect it to one of the available
    messaging services, including Amazon
    Alexa, Facebook Messenger, Slack,
    Telegram or even yo...
    Download BotMan
  • More »

Linux commands

Ad