Is openssh-server package unavailable?

Decided to clean install Librem5 with ./scripts/librem5-flash-image --stable
Wanted to enable SSH right after installation (to finish next few steps from computer)
Running sudo apt install openssh-server gives Failed to fetch <link to deb> 404 Not Found [IP: 49.13.57.135 443]

Do I need to add any other sources to get openssh-server installed?

I see https://repo.pureos.net/pureos/pool/main/o/openssh/openssh-server_8.4p1-5%2Bdeb11u3_amd64.deb but it’s looking for u1 towards end.

1 Like

You should start with updating and upgrading your packages first:

sudo apt update && sudo apt upgrade

Then follow up with installing openssh-server after.

1 Like

oh already updated, let me try again. If this matters - 2 packages report will be kept back (won’t be updated)

2 Likes

Make sure your date and time are correct

3 Likes

still looking for u1 version of app

1 Like

Okay, try adding byzantium-updates-proposed as a source:

sudo apt edit-sources
1
deb https://repo.pureos.net/pureos byzantium-updates-proposed main
sudo apt update && sudo apt install openssh-server

It got me bunch of updates so that’s good.
However didn’t really resolve the missing openssh-server.
apt-cache policy doesn’t show any candidate from byzantium-updates-proposed

1 Like

What does apt-cache policy openssh-server show from the other sources?

Potential solution:

2 Likes

yes this was it

1 Like