-
Notifications
You must be signed in to change notification settings - Fork 164
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
Not compatible with Ubuntu 24.04 - libfuse2 -->libfuse3 #952
Comments
Hi, Mountpoint is already compatible with fuse3 but we decided to build and ship it with fuse2 because we want to support older operating systems. We definitely want to continue to support Ubuntu 24.04 and newer operating systems. I will discuss with the team about this. (rel: #16) |
Wanted to bump this as it would be great to have this for newer OS. |
Hey @psulightning, thanks for letting us know! Please also use the thumbs up reaction 👍 on the main post as this is how we measure interest in the feature request. |
Hi Guys. Is this issue resolved. we met the same issue here. |
This request is open since July... How this issue will be fixed? If we cannot use it with the current Ubuntu version (24), we need to consider to switch from AWS to another provider. |
Hi, we are still considering the best way to make it works for newer operating systems. There is nothing to share yet but we will prioritise this work. |
Tell us more about this new feature.
Hi Folks,
The package depends on libfuse2 (fuse2)which is not available for Ubuntu 24.04 anymore.
Ubuntu 24.04 comes with libfuse3-3 (fuse3)
Would you like to update the code to support libfuse3 for Ubuntu 24.04?
Regards,
Max
apt-get install -y ./mount-s3.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'mount-s3' instead of './mount-s3.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mount-s3 : Depends: libfuse2 but it is not installable
E: Unable to correct problems, you have held broken packages.
The text was updated successfully, but these errors were encountered: