package management discussion - Programming On Unix
Users browsing this thread: 1 Guest(s)
|
|||
(31-05-2020, 04:14 AM)z3bra Wrote: gcc: require libc, libstdc++, make, gcc this is exactly why i plan on decoupling the dependency resolution from the package installation - check manifests and generate a list of all unique dependencies recursively that are not already installed, then install each package in that list. it wont avoid every issue but i'm hoping that approach will deal with most common problems. |
|||