WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [Solved] Yad or Zenity is not installing  (Read 182 times)

Offline bohfoitoch

  • Newbie
  • *
  • Posts: 8
[Solved] Yad or Zenity is not installing
« 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?
« Last Edit: October 21, 2024, 08:54:44 AM by Rich »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11544
Re: Yad or Zenity is not installing
« Reply #1 on: October 17, 2024, 09:38:17 AM »
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:
Code: [Select]
cat /opt/tcemirror
Do this:
Code: [Select]
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.

Offline bohfoitoch

  • Newbie
  • *
  • Posts: 8
Re: Yad or Zenity is not installing
« Reply #2 on: October 17, 2024, 10:20:20 AM »
Thank you for your answer.

Code: [Select]
cat /opt/tcemirror
http://repo.tinycorelinux.net

This error mesagge appear:

Code: [Select]
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
« Last Edit: October 17, 2024, 10:26:30 AM by bohfoitoch »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11544
Re: Yad or Zenity is not installing
« Reply #3 on: October 17, 2024, 10:32:24 AM »
Hi bohfoitoch
The repo copy and md5 of shared-mime-info.tcz appear
to be fine.

Try this:
Code: [Select]
rm -rf /etc/sysconfig/tcedir/optional/shared-mime-info.*
tce-load -wi yad zenity

Post any error messages you see.

Offline bohfoitoch

  • Newbie
  • *
  • Posts: 8
Re: Yad or Zenity is not installing
« Reply #4 on: October 21, 2024, 02:14:12 AM »
Hi Rich,

Thank you, this solved my problem.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11544
Re: [Solved] Yad or Zenity is not installing
« Reply #5 on: October 21, 2024, 08:56:20 AM »
Hi bohfoitoch
Thank you for confirming that fixed it.