<div dir="ltr"><div>Here is a clue to where the issue is:</div><div><br></div><div># aptitude search overlayfs<br>p   fuse-overlayfs ...<br></div><div><br></div><div># aptitude install fuse-overlayfs</div>The following NEW packages will be installed:<br>  fuse-overlayfs fuse3{ab} libfuse3-3{a} <br>0 packages upgraded, 3 newly installed, 8 to remove and 0 not upgraded.<br>Need to get 121 kB of archives. After unpacking 5190 kB will be freed.<br>The following packages have unmet dependencies:<br> fuse3 : Breaks: fuse but 2.9.9-1+deb10u1 is installed<br>The following actions will resolve these dependencies:<br><br>     Remove the following packages:        <br><div>1)     fuse [2.9.9-1+deb10u1 (now, stable)]</div><div><br></div><div>I may be able to do it by removing fuse, in favour of fuse3</div><div><br></div><div># aptitude purge fuse      <br>Reading package lists... Done<br>Building dependency tree       <br>Reading state information... Done<br>...</div><div>The following packages will be REMOVED:<br>  fuse* gvfs-fuse*<br>0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.<br>1 not fully installed or removed.<br>After this operation, 187 kB disk space will be freed.<br>Do you want to continue? [Y/n]</div><div><br></div><div>Tempted to just do it ... <br></div></div>