You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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.
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: