how to install all kali linux libraries?

how to install all kali linux libraries?

i'm living hell just to install one tool , to install the tool i needed 3 more libraries but the problem is to install each library i need additional libraries and to each additional libraries i need additional libraries and the biggest and best of all , some libraries A needs some libraries B but when i try to install libraries B they ask for libraries A . i even downloaded the full kali linux but it doesn't change the problem , is there anyway to have a mega libraries pack ?

答案1

There's no such thing as a "mega libraries pack". What we have is a fundamental misunderstanding of how packages work.

Your package manager should handle any dependencies of packaged software. If circular dependancies happen, something is clearly wrong, and you should probably switch to a saner distribution

If you are compiling, the documentation should suggest a minimal version of the libraries you need, and you can often start there.

That said, you could probably build a list of prerequisites with apt-get build-dep and start from there to work out what you need.

相关内容