WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: dep and md5 files  (Read 574 times)

Offline thane

  • Hero Member
  • *****
  • Posts: 689
dep and md5 files
« on: November 29, 2023, 10:47:51 AM »
Question: For CorePure 14.x, are dep and md5 files stored someplace where I can download them through a browser?

Asking because the last Tiny Core update I attempted through appbrowser on an older laptop bombed (several 0k tcz, dep, and md5 files). Now getting a waitforX error when I try to boot. Xorg shows an error message about a missing library. I downloaded and manually added the tcz extensions I thought were needed to the optional file (have another computer running an older version of Tiny Core), but think I'm missing something. Due to a number of computer issues (bad/non-existent DVD drives) I can't download the iso and start from scratch.

Any help/ideas appreciated!

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11230
Re: dep and md5 files
« Reply #1 on: November 29, 2023, 10:55:08 AM »
Hi thane
Yes, you can fetch them here:
http://tinycorelinux.net/14.x/x86_64/tcz/

To fetch  alsa-config.tcz:
http://tinycorelinux.net/14.x/x86_64/tcz/alsa-config.tcz

To fetch  alsa-config.tcz.dep:
http://tinycorelinux.net/14.x/x86_64/tcz/alsa-config.tcz.dep

To fetch  alsa-config.tcz.md5.txt:
http://tinycorelinux.net/14.x/x86_64/tcz/alsa-config.tcz.md5.txt

To fetch  alsa-config.tcz.info:
http://tinycorelinux.net/14.x/x86_64/tcz/alsa-config.tcz.info

To fetch  alsa-config.tcz.list:
http://tinycorelinux.net/14.x/x86_64/tcz/alsa-config.tcz.list

By  CorePure  I presume you are referring to 64 bit.
« Last Edit: November 29, 2023, 10:57:17 AM by Rich »

Offline thane

  • Hero Member
  • *****
  • Posts: 689
Re: dep and md5 files
« Reply #2 on: November 29, 2023, 11:01:40 AM »
Thanks, I'll try that!

Offline CardealRusso

  • Full Member
  • ***
  • Posts: 160
Re: dep and md5 files
« Reply #3 on: November 29, 2023, 11:10:08 AM »
several 0k tcz, dep, and md5 files
I've had the same problem with Tiny Core. I chose to delete everything and restart the installation.
Today I would probably use the command
Code: [Select]
rsync -av --existing --size-only repo.tinycorelinux.net::tc/14.x/x86_64/tcz/*.tcz* /etc/sysconfig/tcedir/optional/
Which should only update existing modified files, nothing else.

Although you still need to manually fix rsync.tcz & dependencies if they are affected.

Offline thane

  • Hero Member
  • *****
  • Posts: 689
Re: dep and md5 files
« Reply #4 on: November 29, 2023, 11:35:07 AM »
Ok I found out that a dep file I'd copied from an older version of Tiny Core was out-of-date. Once I fixed it my laptop booted to the desktop. Re-updated the files through appbrowser to be sure.

Thanks to Rich and CardealRusso!