astrada / google-drive-ocamlfuse

FUSE filesystem over Google Drive
https://astrada.github.io/google-drive-ocamlfuse/
MIT License
5.53k stars 351 forks source link

error when installing on MX Linux #617

Open 3xploiton3 opened 4 years ago

3xploiton3 commented 4 years ago
sudo apt install google-drive-ocamlfuse
Reading package lists... Done
Building dependency tree       
Reading state information... Done
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:
 google-drive-ocamlfuse : Depends: libc6 (>= 2.29) but 2.28-10 is to be installed
E: Unable to correct problems, you have held broken packages.

i'm using MX Linux-19.1_x64

astrada commented 4 years ago

You are probably trying to install a package that's too new for you distribution. You can try installing a package for an older Ubuntu (like bionic for example).

w-i-s-s commented 1 year ago

Any simple process to install on a raspberrypi running RaspberryPi OS? I am getting a similar error to the one above: The following packages have unmet dependencies: google-drive-ocamlfuse : Depends: libc6 (>= 2.35) but 2.31-13+rpt2+rpi1+deb11u5 is to be installed E: Unable to correct problems, you have held broken packages. Thanks