Score:1

libc:amd64 is half-installed and preventing other things from upgrading or being installed

id flag

I am having some issues after an interrupted upgrade. After doing sudo apt update, I ran sudo apt upgrade and I got:

dpkg: error processing package libc6:amd64 (--configure):
 package libc6:amd64 is not ready for configuration
 cannot configure (current status 'half-installed')

So, I ran

sudo apt-get --fix-broken install

and the output was:

dpkg: error processing package libc6:amd64 (--configure):
 package libc6:amd64 is not ready for configuration
 cannot configure (current status 'half-installed')

If I try to run sudo apt install --reinstall libc6 I get:

dpkg: error processing package libc6:amd64 (--configure):
 package libc6:amd64 is not ready for configuration
 cannot configure (current status 'half-installed')`

Trying sudo apt install --reinstall libc-bin gets me:

You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 locales : Depends: libc-bin (> 2.33)
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

So I have the "newest version" but it needs a version newer than that?

Meow Meow avatar
id flag
That gets me `Command line option --reinstall is not understood in combination with the other options`
Meow Meow avatar
id flag
It seems the person I am talking to keeps deleting their comments or else I cannot see them for other reasons.
Score:3
jp flag

I was having similar problem and got past it with:

sudo dpkg -i /var/cache/apt/archives/libc6_2.32-0ubuntu3_amd64.deb
sudo apt --fix-broken install
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.