WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Dependencies for 12.x packages  (Read 1654 times)

Offline HappyMan

  • Newbie
  • *
  • Posts: 6
Dependencies for 12.x packages
« 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





Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Dependencies for 12.x packages
« Reply #1 on: December 04, 2021, 09:19:21 AM »
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

Offline HappyMan

  • Newbie
  • *
  • Posts: 6
Re: Dependencies for 12.x packages
« Reply #2 on: December 05, 2021, 06:52:12 AM »
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 ?
« Last Edit: December 05, 2021, 07:00:27 AM by HappyMan »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Dependencies for 12.x packages
« Reply #3 on: December 05, 2021, 07:00:20 AM »
You should make sure all the extensions in the *tree file are present (there might be some repetition).

Offline HappyMan

  • Newbie
  • *
  • Posts: 6
Re: Dependencies for 12.x packages
« Reply #4 on: December 05, 2021, 07:02:26 AM »
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

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Dependencies for 12.x packages
« Reply #5 on: December 05, 2021, 07:12:22 AM »
Some extensions don’t have any dependencies  :)

Offline HappyMan

  • Newbie
  • *
  • Posts: 6
Re: Dependencies for 12.x packages
« Reply #6 on: December 05, 2021, 07:13:50 AM »
Sorry, im newbie
Thanks!