Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: HappyMan on December 04, 2021, 07:46:58 AM
-
Hello,
I would like to know where i can find the dependencies that i need for several packages.
Im using 12.x
I have found this link but this is for 3.x
http://distro.ibiblio.org/tinycorelinux/3.x/tcz/index.html
I have tried to change 3.x to 12.x but there is nothing ..
For example i want to know what is the dep for bash.
The above link says ncurses.tcz
In the current repository (http://tinycorelinux.net/12.x/x86/tcz/) there is no ncurses.tcz but only:
ncursesw-dev.tcz
ncursesw.tcz
ncursesw-terminfo.tcz
ncursesw-utils.tcz
-
The direct dependencies of bash are shown by:
http://www.tinycorelinux.net/12.x/x86/tcz/bash.tcz.dep
The recursive dependencies of bash are shown by:
http://www.tinycorelinux.net/12.x/x86/tcz/bash.tcz.tree
-
Hi Juanito,
Whats the difference between direct and recursive ?
I want to remaster and put bash.tcz and some other extensions and make sure that they all work properly.
Should i make sure that both the extensions that i want and ALL the recursive deps are present ?
Maybe with recursive you mean for version older than 12.x ?
-
You should make sure all the extensions in the *tree file are present (there might be some repetition).
-
So for every extension that i want i should check
http://www.tinycorelinux.net/12.x/x86/tcz/extensionname.tcz.tree and check what deps needed.
When i check for lshw nothing happens.
I just tried http://www.tinycorelinux.net/12.x/x86/tcz/lshw.tcz.tree
-
Some extensions don’t have any dependencies :)
-
Sorry, im newbie
Thanks!