Skip to content

Instantly share code, notes, and snippets.

@hunterserror
Last active January 18, 2024 19:59
Show Gist options
  • Save hunterserror/586395a63d493ab3b6397373b72cb9e0 to your computer and use it in GitHub Desktop.
Save hunterserror/586395a63d493ab3b6397373b72cb9e0 to your computer and use it in GitHub Desktop.
Mistakenly Remove python3 / Or purge python3 You will see gonme terminal after reboot.
#When you remove mistakenly python3 or python from your system and after you reboot or shutdown your pc then window become black
-------- then just open up your terminal what do you do then ?
# No tention .... just chill.
# First you have to go root option, then check it's network work or not, How do you check ...
#This command--
---- dhclinet -r;dhclient
# after this you are enable for network connection.
# Recovering Process
---- [ apt install -f ]
---- [ apt install ubuntu-minimal ]
---- [ apt install ubuntu-desktop ]
---- [ apt install ubuntu-standerd ]
# Yes it's saved my day i was excuted mistakenly "apt purge python3" and everything was removed , i know i was doomed
# When i saw the quantity of the pakage being removed. The Pc boot only terminal moode. After that it will work for me .
Thank you.
Hunter-Error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment