docs.appimage.org icon indicating copy to clipboard operation
docs.appimage.org copied to clipboard

Documentation needs to be updated for Ubuntu 22.04 / Fuse section

Open BobSynfig opened this issue 2 years ago • 7 comments

The current instructions are not valid anymore and could lead to break the system.

'libfuse2' can live along fuse3 but we should not attempt to install the package 'fuse' nor to do all the rest with groups/modprobe...

Tested with a fresh 22.04, the only required step is:

sudo apt install libfuse2

If the users follow "blindly" the current instructions, they could think the format is responsible of the damages!

BobSynfig avatar Apr 28 '22 17:04 BobSynfig

You are referring to this section? https://github.com/AppImage/docs.appimage.org/blob/master/source/user-guide/troubleshooting/fuse.rst#setting-up-fuse-2-x-on-ubuntu-debian-and-their-derivatives

Would you like to send a pull request?

TheAssassin avatar Apr 28 '22 17:04 TheAssassin

Done https://github.com/AppImage/docs.appimage.org/pull/74

BobSynfig avatar Apr 28 '22 20:04 BobSynfig

See what I meant? Such "technical review" is bringing only bad image of AppImageKit and the concept of compatibility with older distros is skipped. No "downgrade" to Fuse 2 is required. So yes currently we still need to install a package and can't use them out-of-box on a LiveDVD, but at least the existing AppImages can run until they will work fine with Fuse 3. Just don't install the fuse package!

https://blog.shn.dev/using-appimages-on-ubuntu-22-04-comes-with-trade-offs/ https://www.youtube.com/watch?v=MsZZ5EVBZdY

P.S.: There should be modifications on the Wiki too https://github.com/AppImage/AppImageKit/wiki/FUSE

BobSynfig avatar Apr 29 '22 10:04 BobSynfig

There is a slight issue with this now. On the latest Ubuntu image, that is, downloaded couple of days ago, it can't locate the package libfuse2.

ubuntu@ubuntu:~/Downloads/squashfs-root$ sudo apt update
Ign:1 cdrom://Ubuntu 22.04 LTS _Jammy Jellyfish_ - Release amd64 (20220419) jammy InRelease
Hit:2 cdrom://Ubuntu 22.04 LTS _Jammy Jellyfish_ - Release amd64 (20220419) jammy Release
Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease                                          
Get:5 https://dl.cloudsmith.io/public/balena/etcher/deb/ubuntu jammy InRelease [5,061 B]                  
Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease     
Hit:7 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Fetched 5,061 B in 1s (8,683 B/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
237 packages can be upgraded. Run 'apt list --upgradable' to see them.
ubuntu@ubuntu:~/Downloads/squashfs-root$ sudo apt install libfuse2
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libfuse2

domints avatar Jun 23 '22 23:06 domints

It's in universe, not sure it's been like that all the time, but it makes sense. You need to enable universe (we should include a hint in the docs, though).

root@e4fa719ae238:/# apt policy libfuse2
libfuse2:
  Installed: (none)
  Candidate: 2.9.9-5ubuntu3
  Version table:
     2.9.9-5ubuntu3 500
        500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages

TheAssassin avatar Jun 23 '22 23:06 TheAssassin

Thank you for the quick answer! May it be that universe is enabled by default on installed OS and disabled when running in live mode? Because I am running live USB now for some recovery purposes

domints avatar Jun 23 '22 23:06 domints

I think it is enabled by default for desktop installations only, actually. But I'm not sure. I'm pretty sure it is disabled on live media by default, yeah.

TheAssassin avatar Jun 23 '22 23:06 TheAssassin