How to get Yunohost latest packages after install?

So I’ve still got this problem of having not being able to run systemctl --user, which happened before due to a missing package after immediately updating yunohost apt-get update && apt-get upgrade && yunohost tools update && yunohost tools upgrade.

Is this the correct way to get your server up to date for Yunohost?
If so, how would one be able to determine if and which packages are missing after the update?

Hi @folaht ,

I’m just a simple user and when i want to update my instance, i check my

/etc/apt/sources.list

in order to not upgrade from Jessie to Stretch.
Be careful if you have ‘stable’ or ‘stretch’ in. You ought to have ‘jessie’ to prevent a messy upgrade for now.
Then i do

apt update && apt dist-upgrade

ppr

2 Likes