meefik / linuxdeploy

Install and run GNU/Linux on Android
https://meefik.github.io/linuxdeploy
GNU General Public License v3.0
5.27k stars 680 forks source link

kali liunx The network cannot be connected. #1004

Open zuihouryu opened 6 years ago

zuihouryu commented 6 years ago

screenshot_20181004-020733

juozaspo commented 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.