Created
November 22, 2022 17:43
-
-
Save LoliC0d3/1b6a0c112f9d99ee61530176d5c334c9 to your computer and use it in GitHub Desktop.
Sub-process /usr/bin/dpkg returned an error code (1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm /usr/share/python3/runtime.d/* | |
rm /usr/lib/valgrind/* | |
apt purge python3 | |
apt-get -f install | |
apt install python3 --fix-missing | |
apt-get update && apt-get upgrade && apt-get autoremove |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment