• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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