You are not logged in.
Pages: 1
After an update a few days ago, I started getting the message:
The following packages have been kept back:
openssh-client openssh-server openssh-sftp-server
If I type sudo apt-get install openssh-server I get:
The following additional packages will be installed:
openssh-client openssh-sftp-server
Suggested packages:
keychain libpam-ssh monkeysphere molly-guard rssh ufw
Recommended packages:
libpam-systemd
The following packages will be upgraded:
openssh-client openssh-server openssh-sftp-server
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
When a package is held back it usually means I need to reinstall it because it requires a new package dependency. This does not seem to be the case here.
Is it safe for me to reinstall or should I just leave it alone for a while and hope it gets resolved?
Offline
It should be safe to wait. I've been using the older version in ascii until a few minutes ago. I upgraded to the newer package (the one you can't get) and so far, it seems to be working. It can be installed without the recommended packages. I don't know if that breaks anything.
apt-get --no-install-recommends install openssh-server
If there are any problems using the newer version, it's possible to revert by installing the older .deb package in /var/cache/apt/archives
Offline
Pages: 1