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

  • down daemon
    link
    fedilink
    12 years ago

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

    • @kevincox@lemmy.ml
      link
      fedilink
      4
      edit-2
      1 year 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.