• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Resolved unmet dependencies

lily17

New Pleskian
Hello, i have a new problem :oops::(
i have a red stop sign in my toolbar.
it reads as follows;

"an error has occurred. run package manager from the right click menu or apt - get in a terminal to see what is wrong. the error message was;
"error. brokencount > 0 " this usually means you have unmet dependencies. "


what should i do?
 
Hmm... Not sure how this Ubuntu related problem is related to Plesk, but you can try to fix it with following commands in Terminal:

sudo dpkg --configure -a
sudo apt-get -f install
 
Back
Top