Solve dependency problem on Ubuntu
Sometimes, when we manually install a deb package, there are some dependencies that are not satisfied, because they are not installed correctly. In that case we often get informed, that the software is damaged, or dependencies are not satisfied or updates could'nt be realized correctly, like it is shown on the next image:
(click to enlarge)
To solve this problem we'll need to execute the following line in a terminal:
sudo apt-get -f install









