How to Install gvfs-fuse in Ubuntu 18.04



Install gvfs-fuse by entering the following commands in the terminal:

sudo apt update
sudo apt install gvfs-fuse

Description:

userspace virtual filesystem - fuse server

gvfs is a userspace virtual filesystem where mounts run as separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse. . This package contains the gvfs-fuse server that exports gvfs mounts to all applications using FUSE.

Homepage: https://wiki.gnome.org/Projects/gvfs

Version: 1.36.1-0ubuntu1

Section: libs