What are all the other packages that list when adding one

When I add a Pkg in the REPL, I see a dozen or two other packages fly by. What are they? Are they also being added and if so, why can’t I use them?

dependencies and their dependencies. ]st -m, m stands for manifest

To clarify. All those dependencies are physically loaded but I can’t Use them until I Add them in the package manager?

Yeah, if you do using and a dependency, i won’t work. You have to add them to the enviroment.

1 Like