Required to find all packages with package X in dependencies

    1 answer 1

    apt-cache rdepends название_пакета 
    • 2
      if rdepends missing, it is set as follows $ sudo apt-get install apt-rdepends - tCode
    • @tCode, this is probably if the build is very old. on the server two years ago, just checked, worked without problems :) - check1st
    • this is me for information) - tCode
    • because @tCode is marked as useful :) - check1st
    • You can use wajig as a user interface, which in one command collects several tools for working with packages. - jfs