WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Yad or Zenity is not installing  (Read 91 times)

Offline bohfoitoch

  • Newbie
  • *
  • Posts: 6
Yad or Zenity is not installing
« on: Today at 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?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11530
Re: Yad or Zenity is not installing
« Reply #1 on: Today at 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: 6
Re: Yad or Zenity is not installing
« Reply #2 on: Today at 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: Today at 10:26:30 AM by bohfoitoch »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11530
Re: Yad or Zenity is not installing
« Reply #3 on: Today at 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.