Error when Updating packages

Hi,
I have installed ASL3 on one rpi without any problems.
Ran updates just fine.

Tryin the same image on another pi using RPI images and boot up just fine.
In the ASL 3 Portal Page and click updates and I get the following error:
dpkg --configure -a
dpkg: error: requested operation requires superuser privilege

I am logging in with admin same as the last image.
Thinking I did something wrong I started from scratch and using image again to out it on the SD card.

Any help would be appreciated.

Thanks

Dave/AD4UU

Sounds like you haven’t enabled administrative access. See that topic at Cockpit Basics - AllStarLink Manual.

That’s what I thought. I checked that and it says I have administrative access. I toggled it from Limited acess a couple times.

Administrative access

You now have administrative access.

I did some research and was able to get the packages updated using Terminal mode.

In Termnial mode I ran:
sudo apt update
sudo apt upgrade -y got an error that told me to run “sudo dpkg --configure -a”
After that I ran “sudo apt upgrade -y” again and it appears everything is now updated.

Thanks for your help.

Dave/AD4UU