Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: bohfoitoch on October 17, 2024, 03:47:17 AM
-
When I install YAD or Zenity on a Tinycore 15 x64 it fails. The optional folder contains only the .dep file. Is this known? Can I solve this?
-
Hi bohfoitoch
The only reason I can think of for that to happen is
if the first entry in the .dep file is missing from the
repo. That is not the case for our repo.
Post the result of this command:
cat /opt/tcemirror
Do this:
rm -rf /etc/sysconfig/tcedir/optional/yad.*
rm -rf /etc/sysconfig/tcedir/optional/zenity.*
tce-load -wi yad zenity
Post any error messages you see.
-
Thank you for your answer.
cat /opt/tcemirror
http://repo.tinycorelinux.net
This error mesagge appear:
tce-load -wi yad zenity
Downloading: shared-mime-info.tcz
connecting to repo.tinycorelinux.net (128.127.66.77:80)
wget: server returned error: HTTP/1.1 416 Requested Range Not Satisfiable
shared-mime-info.tcz: FAILED
md5sum: WARNING: 1 of 1 computed checksums did NOT match
error on shared shared-mime-info.tcz
-
Hi bohfoitoch
The repo copy and md5 of shared-mime-info.tcz appear
to be fine.
Try this:
rm -rf /etc/sysconfig/tcedir/optional/shared-mime-info.*
tce-load -wi yad zenity
Post any error messages you see.
-
Hi Rich,
Thank you, this solved my problem.
-
Hi bohfoitoch
Thank you for confirming that fixed it.