0

I tried to install Teamviewer on Ubuntu and ran into an error. After this error, I cannot get rid of this "Error Icon" from the Unity-panel. Does anyone know how to remove this? Thank you.

muru
  • 197,895
  • 55
  • 485
  • 740

1 Answers1

0

Sometimes, when an application does not fully install, you need to fix the broken dependency chain. To resolve your issues, run:

sudo apt-get install -f

and Apt will attempt to fix all recent installation issues.