wdfs icon indicating copy to clipboard operation
wdfs copied to clipboard

I am unable to install fuse3, libfuse-3-3, libfuse2-d on Ubuntu 18.04 LTS any alternative?

Open 2kiranns opened this issue 5 years ago • 1 comments

I am unable to unstall libfuse-3x on Ubuntu 18.04 LTS. I am getting the error unable to locate the package even after "sudo apt-get update -y" command. What should be done?

2kiranns avatar Feb 04 '20 18:02 2kiranns

Thanks for trying out the project! Unfortunately, I've found that Ubuntu 18.04 package repos only contain the older, version 2 of fuse. Search for fuse3 on packages.ubuntu.com

You could try installing fuse dependencies manually, you can get them from:

Please open the Ubuntu (19.10) section on these sites and install the required packages. If you're on a 32-bit system, install the packages ending with _i386.deb or, if you use a 64-bit system install the packages ending with _amd64.deb

sbencoding avatar Feb 13 '20 19:02 sbencoding