Today I succesfully upgraded to Ubuntu 20.10. However, I noticed that the Atom text editor that I use was gone after the update. So, I tried installing it using sudo apt install atom
. That didn't work and threw the following error:
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:
atom : Depends: gvfs-bin but it is not installable
E: Unable to correct problems, you have held broken packages.
Does this mean that I upgraded to 20.10 too soon and that Atom does not support it yet? I tried a few things, like
Reinstalling gvfs-bin;
Package gvfs-bin is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'gvfs-bin' has no installation candidate
apt clean, apt autoremove, apt install --fix-broken, apt install -f