WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: fuse3 update request for tinycore-x86 16.x  (Read 136 times)

Offline Zhe

  • Newbie
  • *
  • Posts: 13
fuse3 update request for tinycore-x86 16.x
« on: October 21, 2025, 11:23:43 AM »

https://github.com/libfuse/libfuse/releases/download/fuse-3.17.4/fuse-3.17.4.tar.gz

I tested fuse-3.17.4 on my machine (basic testing), and it runs well.(For me)

It would be even better if someone could recommend a more compatible version.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12274
Re: fuse3 update request for tinycore-x86 16.x
« Reply #1 on: October 21, 2025, 12:23:12 PM »
Hi Zhe
You don't mention which version or architecture of Tinycore you are running.
You also don't explain what you mean by "a more compatible version."

TC16 x86 has fuse3.tcz:
http://tinycorelinux.net/16.x/x86/tcz/fuse3.tcz.info

These are some other fuse extensions in that 32 bit repo:
fuse3-dev.tcz
fuse3.tcz
fusecfs.tcz
fuse-dev.tcz
fuse.tcz
unionfs-fuse.tcz

TC16 x86_64 has fuse3.tcz:
http://tinycorelinux.net/16.x/x86_64/tcz/fuse3.tcz.info

These are some other fuse extensions in that 64 bit repo:
fuse3-dev.tcz
fuse3.tcz
fuse-dev.tcz
fuse-exfat.tcz
fuse.tcz
fuse-zip.tcz
unionfs-fuse.tcz

Offline Zhe

  • Newbie
  • *
  • Posts: 13
Re: fuse3 update request for tinycore-x86 16.x
« Reply #2 on: October 21, 2025, 01:18:10 PM »
Oh, x86 refers to x86-32, as I mentioned in the title.

'More compatible' means that this version will not break other extensions that might depend on fuse3, and it is also suitable for more older hardware.

Because in the context of Linux kernel 6.12 being the last LTS version to support i686, newer software versions are not necessarily suitable for old hardware, since some software has stopped conducting thorough compatibility testing for 32-bit platforms.

I know that the x86-32 repository has fuse3, and when i running some AppImages, a warning is output indicating that the fuse3 version is too low and some features are disabled.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12274
Re: fuse3 update request for tinycore-x86 16.x
« Reply #3 on: October 21, 2025, 02:20:39 PM »
Hi Zhe
Oh, x86 refers to x86-32, as I mentioned in the title. ...
Sorry, I missed that.

Quote
... I know that the x86-32 repository has fuse3, and when i running some AppImages, a warning is output indicating that the fuse3 version is too low and some features are disabled.
I did some searching, and everything I found states AppImages need
libfuse2  to run. I found no instances of fuse3 being a requirement.

Offline Zhe

  • Newbie
  • *
  • Posts: 13
Re: fuse3 update request for tinycore-x86 16.x
« Reply #4 on: Today at 02:32:00 AM »
Quote
I did some searching, and everything I found states AppImages need
libfuse2  to run. I found no instances of fuse3 being a requirement.


Sorry, I used the wrong example. You are correct, this warning message is related to fuse. My mistake.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12274
Re: fuse3 update request for tinycore-x86 16.x
« Reply #5 on: Today at 09:51:33 AM »
Hi Zhe
No worries. Asking questions is how we learn. :)