How do i display a list of reverse dependencies for an ubuntu package?



  • Man page for apt-get.

    The reverse dependencies show the packages that reply on the package you are looking up. I am looking up the tcpdump package here.

    $ apt-cache rdepends tcpdump
    tcpdump
    Reverse Depends:
      maas-rack-controller
        tcpdump:i386
      ubuntu-standard
        tcpdump:i386
      maas-region-controller
        tcpdump:i386
      maas-rack-controller
        tcpdump:i386
      ulogd2-pcap
        tcpdump:i386
      tcptrace
        tcpdump:i386
      tcpstat
        tcpdump:i386
      tcpflow-nox
        tcpdump:i386
      tcpflow
        tcpdump:i386
      stenographer-client
        tcpdump:i386
      ssldump
        tcpdump:i386
      python3-scapy
        tcpdump:i386
      python-scapy
        tcpdump:i386
      python-ns3
        tcpdump:i386
      pcapfix
        tcpdump:i386
      nstreams
        tcpdump:i386
      iptotal
        tcpdump:i386
      freedombox-setup
        tcpdump:i386
      forensics-extra
        tcpdump:i386
      firehol-common
        tcpdump:i386
      diffoscope
        tcpdump:i386
      dhcpdump
        tcpdump:i386
      chaosreader
        tcpdump:i386
     |bittwist
        tcpdump:i386
      ubuntu-standard
        tcpdump:i386
      maas-region-controller
        tcpdump:i386
    

Log in to reply
 

© Lightnetics 2024