Update freedombox

I’m new to freedombox. I have message that says last update in December. I’m set up to auto update why do I get this message?

You could get a log of messages from unattended-upgrades if you run an update manually. This should contain information on why the updates are stuck. You may have to run the following commands on the command line (using Cockpit or SSH) to fix the problem:

sudo dpkg --configure -a
sudo apt -f install
1 Like