Score:2

Unable to download updates: The following packages have unmet dependencies

cn flag

Ubuntu 21.04 64 bits

The warning window doesn't show what software has the problem.

Software Center screenshot

I typed sudo apt-get update showing this:

Hit:1 http://us.archive.ubuntu.com/ubuntu hirsute InRelease
Get:2 http://us.archive.ubuntu.com/ubuntu hirsute-updates InRelease [115 kB]
Get:3 http://security.ubuntu.com/ubuntu hirsute-security InRelease [110 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu hirsute-backports InRelease [101 kB] 
Hit:5 https://dl.winehq.org/wine-builds/ubuntu hirsute InRelease 
Fetched 326 kB in 5s (61.9 kB/s)
Reading package lists... Done
cocomac avatar
cn flag
First, restart the computer and see if you still get the issue. Second, if the error persists, what package are you trying to install?
cn flag
Just wanted to update as always do.
Score:2
bo flag

Run the following commands to update the packages manually:

sudo apt update
sudo apt dist-upgrade

The first command only updates your package list to let the system know what packages need to be updated. The second command actually performs the upgrade (software updates).

Alternatively, you could also run the following commands to achieve the exact same result:

sudo apt update
sudo apt full-upgrade

On a related note, you can skip kernel updates by running the following commands instead (not recommended):

sudo apt update
sudo apt upgrade

If it still shows the same message in the software center, run the following command to update vim manually:

sudo apt update
sudo apt install --reinstall vim
cn flag
The first pair of commands worked. I restarted the laptop and open the Software app. A larger list of updates appeared and updated. Thank you.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.