Can't Update Apps

Store will not update Apps. Terminal trys to update Apps but can't fully update. I get error messages from the Terminal saying that files are missing and can't get them. I've used sudo apt update, and sudo apt upgrade. System tries to update but can't get all of the files. Windows App Support doesn't work, can't update. Wine doesn't work, can't update. Please help. Thanks

What do you mean with can't fully update? Is there an error message?

Wine isn't installed by default, so you'll have to install it.

Welcome to the Forum!

Can You make a sudo apt update && sudo apt upgrade and post the Output here? So we can see the Errors, too.

Independently from this, my first Idea would be to take a Look in Software & Updates and check if it is set to Main Server:

In Software & Updates you can select "Main Server" from the Download from option on the first tab.

In terminal, you can run:

sudo apt --fix-broken install

Then as Ponce suggested, run

sudo apt update && sudo apt upgrade

1 Like