gvfs-mount

The gvfs package provides client modules of backend

Install

All systems
curl cmd.cat/gvfs-mount.sh
Debian Debian
apt-get install gvfs-dbg
Ubuntu
apt-get install gvfs-dbg
image/svg+xml Kali Linux
apt-get install gvfs-bin
CentOS
yum install gvfs-client
Fedora
dnf install gvfs-client
Windows (WSL2)
sudo apt-get update sudo apt-get install gvfs-dbg
Raspbian
apt-get install gvfs-dbg

gvfs-client

The gvfs package provides client modules of backend

implementations for the gio framework in GLib.

gvfs-bin

userspace virtual filesystem - deprecated command-line tools

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 deprecated command-line tools such as gvfs-copy and gvfs-rename. Please use the gio(1) tool in the libglib2.0-bin package instead.

gvfs-dbg

userspace virtual filesystem - debugging information

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 debugging symbols needed to help debug gvfs itself and gvfs modules.

gvfs

userspace virtual filesystem - GIO module

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 GIO module that lets applications use gvfs mounts.