how do I find which packages build-depend on a certain package [duplicate]
Clash 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
debian apt dependencies
marked as duplicate by Stephen Kitt
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.
add a comment |Â
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
debian apt dependencies
marked as duplicate by Stephen Kitt
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
add a comment |Â
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
debian apt dependencies
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
debian apt dependencies
asked Jun 7 at 4:35
shirish
3,23342171
3,23342171
marked as duplicate by Stephen Kitt
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
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
add a comment |Â
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
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
IâÂÂm probably missing something in your question...
â Stephen Kitt
Jun 7 at 5:53