Estoy ejecutando POP-os en mi PC. Ayer ejecuté sudo apt upgrade pero obtuve el siguiente error
The following packages have unmet dependencies. locales : Depends: libc-bin (> 2.32) E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution) así que ejecuté sudo apt --fix-broken install y obtuve
package libc6:amd64 is not ready for configuration cannot configure (current status 'half-installed') Errors were encountered while processing: libc6:amd64 E: Sub-process /usr/bin/dpkg returned an error code (1) así que probé sudo apt install libc6:amd64 y obtuve el error libc-bin como antes así que probé sudo apt install libc-bin y obtuve lo siguiente
You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies. locales : Depends: libc-bin (> 2.32) E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).Siento que estoy dando vueltas en círculos
$ sudo dpkg -i /var/cache/apt/archives/libc6_2.33* $ sudo dpkg -i /var/cache/apt/archives/libc-bin_2.33-0ubuntu5_amd64.deb $ sudo dpkg -i /var/cache/apt/archives/libc-dev-bin_2.33-0ubuntu5_amd64.deb $ sudo apt --fix-broken installpodría haber funcionado como funcionó para mí.