Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 238 Bytes

Linux_repair.md

File metadata and controls

9 lines (5 loc) · 238 Bytes

Linux repair

the standard solution to your problem would be to CTRL+ALT+F3 into a terminal, then login and execute the following commands:

sudo dpkg --configure -a

sudo apt update --fix-missing

sudo apt upgrade --fix-broken