First Aid
-
1. Terminal Getting-Started Guide
How to QuickStart with Command Line on Linux Mint 22 Recover Broken System:
Console Linux Mint 22 Recover Broken System QuickStart GuideFirst, update the Apt Repo Sources with:
sudo apt update
Authenticate with the User Admin Pass.
If you get “User is Not in Sudoers file”, then see: How to Enable sudo. -
2. Fixing Automatically
Then execute the commands to fix your Linux Mint 22 Recover Broken System:
sudo su -c "apt-get update"
sudo su -c "dpkg --configure -a"
sudo su -c "apt-get -f install"
If needed, you can try using the more powerful Aptitude Package Manager:
sudo aptitude upgrade
In case you do not have aptitude on your system, download the .deb package and install it with:
sudo dpkg -i ~/Downloads/aptitude*.deb
Contents