Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: vinnie on October 09, 2009, 11:10:53 AM
-
in the case of geany or xfe when installing first the locales the package manager also install the program but not its dependencies!
example: geany without gtk
-
The geany-locales extension has the dep file only installing geany. I will fix it. It is not an issue with the package manager. Same with xfe.
EDIT: Fixed.
-
oh, thanks, but a package dependent should not inherit all the dependencies of the superior automatically ???
i am a am a noob, do not shoot me ;D
-
Dependency resolution is not recursive, that is it does not fetch deps of deps, just the deps listed in the dep files. That keeps the process faster and simpler.
-
I trust blindly ;)