Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation needs to be updated for Ubuntu 22.04 / Fuse section #73

Open
BobSynfig opened this issue Apr 28, 2022 · 7 comments
Open

Comments

@BobSynfig
Copy link
Contributor

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!

@TheAssassin
Copy link
Member

TheAssassin commented Apr 28, 2022

@BobSynfig
Copy link
Contributor Author

Done #74

@BobSynfig
Copy link
Contributor Author

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

@domints
Copy link

domints commented Jun 23, 2022

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

@TheAssassin
Copy link
Member

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

@domints
Copy link

domints commented Jun 23, 2022

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

@TheAssassin
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants