How do I get the package to the computer and how to install with apt?

  • down daemon
    link
    22 years ago

    and all the packages those secondary packages require, back in the old days we called it Dependency Hell

    • @kevincox
      link
      5
      edit-2
      2 years ago

      Yes, you need to download all transitive dependencies.

      But this isn’t dependency hell, it is just tedious. Dependency Hell is when your dependency tree requires two (or more) version of a single package so that not all of the dependencies can be satisfied.