On a fresh install of Xubuntu 20.04.1, I can't install openssh-server
Something's fishy here:The following packages have unmet dependencies:
openssh-server : Depends: openssh-client (= 1:8.2p1-4)
Depends: openssh-sftp-server
Recommends: ssh-import-id but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
When I try to reinstall openssh-client, I get the following error:
Reinstallation of openssh-client is not possible, it cannot be downloaded.
[SOLUTION]
It seems that for some (yet unfortunately still unknown) reason, the "-updates" repository seems to have been enabled during install, but disabled afterwards.
So it installed newer packages (here from "focal-updates") during installation, but cannot keep up due to the package versions being "too low" in the non-updates repositories.
Strange.
Reminds me very much of a similar issue I had with VLC on 18.04 (http://www.das-werkstatt.com/forum/werk ... f=7&t=2596)
The solution is the same:
Add/enable the "-updates" repository (in /etc/apt/sources.list):
Code: Select all
deb http://at.archive.ubuntu.com/ubuntu/ YOUR_UBUNTU_VERSION_HERE-updates main restricted universe multiverse
Fixed.
I wonder though what caused it in the first place...