Reply To: how to find (ALL) dependencies of a package

Forum › Forums › General › Tips and Tricks › how to find (ALL) dependencies of a package › Reply To: how to find (ALL) dependencies of a package

#41134
Xecure
Member

    Your access to this service has been limited. (HTTP response code 403)

    If you think you have been blocked in error, contact the owner of this site for assistance.
    Block Technical Data
    Block Reason: A potentially unsafe operation has been detected in your request to this site
    Time: Sat, 5 Sep 2020 9:44:42 GMT

    This happens to me when I directly add “html like” tags to the post. When adding code without the code tags, for example.

    Using apt-cache tools:
    Single level of Dependencies (only direct dependencies):
    apt-cache depends <packagename> --no-recommends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances
    Single level Dependencies and Recommended packages:
    apt-cache depends <packagename> --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances
    ALL recursive dependencies:
    apt-cache depends <packagename> --recurse --no-recommends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances
    Some dependencies without being sure they are all that are needed: use apt-rdepends

    antiX Live system enthusiast.
    General Live Boot Parameters for antiX.