how do I find which packages build-depend on a certain package [duplicate]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite













This question already has an answer here:



  • How to get ALL kinds of reverse package dependencies: reverse-depends pendant for non-Ubuntu distributions

    1 answer



  • Finding recursive and non-recursive depends of a package in Debian

    1 answer



For instance when I run the command -



$ apt-rdepends --build-depends qbittorrent 


it gives the output something like -



 Build-Depends: debhelper (>= 10)
Build-Depends: dpkg-dev (>= 1.16.1)
Build-Depends: libboost-dev
Build-Depends: libqt5svg5-dev
Build-Depends: libtorrent-rasterbar-dev (>= 1.1.2)
Build-Depends: qtbase5-dev (>= 5.2.0)
Build-Depends: qttools5-dev-tools
Build-Depends: zlib1g-dev


But how do I find which packages for instance use libtorrent-rasterbar-dev which might be in other packages build-depends ? Not depends, recommends or suggests but is a requirement only in build-depends







share|improve this question











marked as duplicate by Stephen Kitt debian
Users with the  debian badge can single-handedly close debian questions as duplicates and reopen them as needed.

StackExchange.ready(function()
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();

);
);
);
Jun 7 at 5:24


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • I’m probably missing something in your question...
    – Stephen Kitt
    Jun 7 at 5:53














up vote
1
down vote

favorite













This question already has an answer here:



  • How to get ALL kinds of reverse package dependencies: reverse-depends pendant for non-Ubuntu distributions

    1 answer



  • Finding recursive and non-recursive depends of a package in Debian

    1 answer



For instance when I run the command -



$ apt-rdepends --build-depends qbittorrent 


it gives the output something like -



 Build-Depends: debhelper (>= 10)
Build-Depends: dpkg-dev (>= 1.16.1)
Build-Depends: libboost-dev
Build-Depends: libqt5svg5-dev
Build-Depends: libtorrent-rasterbar-dev (>= 1.1.2)
Build-Depends: qtbase5-dev (>= 5.2.0)
Build-Depends: qttools5-dev-tools
Build-Depends: zlib1g-dev


But how do I find which packages for instance use libtorrent-rasterbar-dev which might be in other packages build-depends ? Not depends, recommends or suggests but is a requirement only in build-depends







share|improve this question











marked as duplicate by Stephen Kitt debian
Users with the  debian badge can single-handedly close debian questions as duplicates and reopen them as needed.

StackExchange.ready(function()
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();

);
);
);
Jun 7 at 5:24


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • I’m probably missing something in your question...
    – Stephen Kitt
    Jun 7 at 5:53












up vote
1
down vote

favorite









up vote
1
down vote

favorite












This question already has an answer here:



  • How to get ALL kinds of reverse package dependencies: reverse-depends pendant for non-Ubuntu distributions

    1 answer



  • Finding recursive and non-recursive depends of a package in Debian

    1 answer



For instance when I run the command -



$ apt-rdepends --build-depends qbittorrent 


it gives the output something like -



 Build-Depends: debhelper (>= 10)
Build-Depends: dpkg-dev (>= 1.16.1)
Build-Depends: libboost-dev
Build-Depends: libqt5svg5-dev
Build-Depends: libtorrent-rasterbar-dev (>= 1.1.2)
Build-Depends: qtbase5-dev (>= 5.2.0)
Build-Depends: qttools5-dev-tools
Build-Depends: zlib1g-dev


But how do I find which packages for instance use libtorrent-rasterbar-dev which might be in other packages build-depends ? Not depends, recommends or suggests but is a requirement only in build-depends







share|improve this question












This question already has an answer here:



  • How to get ALL kinds of reverse package dependencies: reverse-depends pendant for non-Ubuntu distributions

    1 answer



  • Finding recursive and non-recursive depends of a package in Debian

    1 answer



For instance when I run the command -



$ apt-rdepends --build-depends qbittorrent 


it gives the output something like -



 Build-Depends: debhelper (>= 10)
Build-Depends: dpkg-dev (>= 1.16.1)
Build-Depends: libboost-dev
Build-Depends: libqt5svg5-dev
Build-Depends: libtorrent-rasterbar-dev (>= 1.1.2)
Build-Depends: qtbase5-dev (>= 5.2.0)
Build-Depends: qttools5-dev-tools
Build-Depends: zlib1g-dev


But how do I find which packages for instance use libtorrent-rasterbar-dev which might be in other packages build-depends ? Not depends, recommends or suggests but is a requirement only in build-depends





This question already has an answer here:



  • How to get ALL kinds of reverse package dependencies: reverse-depends pendant for non-Ubuntu distributions

    1 answer



  • Finding recursive and non-recursive depends of a package in Debian

    1 answer









share|improve this question










share|improve this question




share|improve this question









asked Jun 7 at 4:35









shirish

3,23342171




3,23342171




marked as duplicate by Stephen Kitt debian
Users with the  debian badge can single-handedly close debian questions as duplicates and reopen them as needed.

StackExchange.ready(function()
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();

);
);
);
Jun 7 at 5:24


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






marked as duplicate by Stephen Kitt debian
Users with the  debian badge can single-handedly close debian questions as duplicates and reopen them as needed.

StackExchange.ready(function()
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();

);
);
);
Jun 7 at 5:24


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.













  • I’m probably missing something in your question...
    – Stephen Kitt
    Jun 7 at 5:53
















  • I’m probably missing something in your question...
    – Stephen Kitt
    Jun 7 at 5:53















I’m probably missing something in your question...
– Stephen Kitt
Jun 7 at 5:53




I’m probably missing something in your question...
– Stephen Kitt
Jun 7 at 5:53















active

oldest

votes






















active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay