Hi, (It seems that Timothy Danielson is not subscribed and missed the answers https://lists.debian.org/debian-user/2021/04/msg00410.html https://lists.debian.org/debian-user/2021/04/msg00411.html https://lists.debian.org/debian-user/2021/04/msg00412.html )
In summary plus my own two cents: The root of the problem is the apparent failure of sudo apt install google-drive-ocamlfuse to install a command "google-drive-ocamlfuse" in reach of the shell. The lengthy message after timdanielson@td546:~$ google-drive-ocamlfuse ~/mount/google-drive stems from a helper program named "command-not-found" which gets triggered by the shell because "google-drive-ocamlfuse" was not found. Debian is said be in charge of the crash of "command-not-found". It seems to be known since a while and has been worked on recently: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943989 But "google-drive-ocamlfuse" is not in Debian. I would expect that the Ubuntu community is more able to debug why the installation of google-drive-ocamlfuse from PPA failed. Another approach would be to follow the advise at the bottom of https://github.com/astrada/google-drive-ocamlfuse to open an issue with that problem. Have a nice day :) Thomas