Open zuihouryu opened 6 years ago
You can fix it by installing gvfs including it's backends (gvfs,gfvs-backends). I've encountered this error earlier, fixed by installing those packages. Since is kali is based on debian, procedure is same as in debian and any other it's derivatives, run sudo apt-get install gvfs gvfs-backends
to install. I'd also recommend adding --no-install-recommends
to apt-get
command line so it only installs required dependencies w/o any unneeded garbage. The final command would be sudo apt-get install --no-install-recommends gvfs gvfs-backends
You might also need to stop and restart your linux installation from within the linux deploy app.