1

I am trying to connect to a shared drive on a remote Windows machine. When I type the IP address of the windows machine into the "Connect to Server" field, the "Connect" button is grayed out and I just see the busy wheel.

This answer implies that I need to run sudo apt install gvfs-backendsbut doing that just leads to the following problems:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 gvfs-backends : Depends: gvfs (= 1.36.1-0ubuntu1) but 1.36.1-0ubuntu1.1 is to be installed
                 Depends: gvfs-daemons (= 1.36.1-0ubuntu1)
                 Depends: gvfs-libs (= 1.36.1-0ubuntu1) but 1.36.1-0ubuntu1.1 is to be installed
                 Depends: gvfs-common (= 1.36.1-0ubuntu1) but 1.36.1-0ubuntu1.1 is to be installed
E: Unable to correct problems, you have held broken packages.

I am on Ubuntu 18.04. Is this broken or something? How can I get the remote connection to work?

Update: I have run sudo apt update and nothing changes.

The output of apt-cache policy gvfs gvfs-backends is:

gvfs:
  Installed: 1.36.1-0ubuntu1.1
  Candidate: 1.36.1-0ubuntu1.1
  Version table:
 *** 1.36.1-0ubuntu1.1 100
        100 /var/lib/dpkg/status
     1.36.1-0ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
gvfs-backends:
  Installed: (none)
  Candidate: 1.36.1-0ubuntu1
  Version table:
     1.36.1-0ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

Results of sudo apt-cache policy gvfs gvfs-daemons gvfs-libs gvfs-common:

gvfs:
  Installed: 1.36.1-0ubuntu1.1
  Candidate: 1.36.1-0ubuntu1.1
  Version table:
 *** 1.36.1-0ubuntu1.1 100
        100 /var/lib/dpkg/status
     1.36.1-0ubuntu1 500
        500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
gvfs-daemons:
  Installed: 1.36.1-0ubuntu1.1
  Candidate: 1.36.1-0ubuntu1.1
  Version table:
 *** 1.36.1-0ubuntu1.1 100
        100 /var/lib/dpkg/status
     1.36.1-0ubuntu1 500
        500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
gvfs-libs:
  Installed: 1.36.1-0ubuntu1.1
  Candidate: 1.36.1-0ubuntu1.1
  Version table:
 *** 1.36.1-0ubuntu1.1 100
        100 /var/lib/dpkg/status
     1.36.1-0ubuntu1 500
        500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
gvfs-common:
  Installed: 1.36.1-0ubuntu1.1
  Candidate: 1.36.1-0ubuntu1.1
  Version table:
 *** 1.36.1-0ubuntu1.1 100
        100 /var/lib/dpkg/status
     1.36.1-0ubuntu1 500
        500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
        500 http://archive.ubuntu.com/ubuntu bionic/main i386 Packages
Startec
  • 1,815

1 Answers1

1

During chat session we have discovered, that bionic-updates repository was disabled.

So we have enabled it from Software & UpdatesUpdates tab (software-properties-gtk):

enabling bionic-updates

and then confirm reloading of package lists.

N0rbert
  • 99,918