Re: Database Locked
The following are not required to fix the problem:
sudo apt-get autoremove
sudo apt-get autoclean
sudo apt-get update
sudo apt-get install
Although, if apt-get -f install does, run the four commands above.
If that (apt-get --configure -a) does not work, then run:
sudo apt-get -f install
sudo apt-get -f install
sudo apt-get autoremove
sudo apt-get autoclean
sudo apt-get update
sudo apt-get install
Although, if apt-get -f install does, run the four commands above.
Comment