Unable to run upgrade/update commands on fresh Ubuntu Install on AML-s905X-cc

Hey everyone,

I just recently flashed a desktop image of ubuntu onto my le potato and I’m unable to run the commands suggested when first running the new system.

From what I understand there must be another process that is locking my ability to upgrade the system?
I’ve sat there for quite a bit waiting for it to finish whatever process is going on but nothing really changes.

Attached is a picture of the output I’m getting, if you guys have any idea whats going on I would really appreciate any help I can get!

Thanks!

Ubuntu has an automated background updater called unattended-upgrade. On first boot, it automatically runs and locks apt. You should be able to stop it via sudo systemctl stop unattended-upgrades.

1 Like

I’ll try that out, thanks for the quick response!