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

Not working on Debian 11? #729

Open bolinocroustibat opened 3 years ago

bolinocroustibat commented 3 years ago

I have a Debian 11 distro. When doing sudo add-apt-repository ppa:alessandro-strada/ppa I get no response, when adding http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu to my sources.list, I get The repository 'http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu bullseye Release' does not have a Release file.. Is it because it's not compatible with Debian? Thanks!

tcbennun commented 2 years ago

I'm on Debian testing, but this may work for you too:

deb http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu hirsute main
deb-src http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu hirsute main

I picked hirsute since the latest Ubuntu version, impish, didn't work.

If hirsute has issues for you, you can always work your way backwards through Ubuntu versions until you have success. List of available Ubuntu distro versions here, or see this screenshot:

image

bolinocroustibat commented 2 years ago

Thanks for your answer @tcbennun !

cscott commented 1 year ago

I managed to install from source in Debian 11.6 using more-or-less the instructions at https://github.com/astrada/google-drive-ocamlfuse/wiki/How-to-install-from-source-on-Debian-Jessie (I made some small edits to the page to explain a few differences from the debian 7 instructions).