Score:1

Errors on Ubuntu 20.04 update

in flag

I ran a regular update of my Ubuntu 20.04 PC this morning and the following dialog popped up:

software updater broken

Per the instruction I ran:

sudo apt-get install -f

And it appears there were more errors.

enter image description here

I'm still pretty new to Linux, so this is beyond my capacity to deal with.

Score:0
cn flag

ModuleNotFoundError: no module named 'typing'

Try to install absent module 'typing':

pip install typing

Then run the following command:

sudo apt-get update && sudo apt-get install -f
yourpalfranc avatar
in flag
Thanks, Apomelitos. Typing installed successfully and 'pip list' reveals that typing 3.7.4.3 is installed, however there are still errors at the end of the sudo apt-get update && sudo apt-get install -f process. Comment doesn't allow me to post a screenshot,...ModuleNotFoundError: No module named 'typing' dpkg: error processing package python3.9-minimal (--configure): installed python3.9-minimal package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: python3.9-minimal E: Sub-process /usr/bin/dpkg returned an error code (1)
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.