Hi @fabos,
try running the following terminal (Ctrl + Alt + t) commands and see if that helps?:
sudo apt-get --fix-missing install
The above command downloads and installs any missing packages on your system.
sudo apt-get --fix-broken install
The above command downloads and installs any broken dependencies on your system.
See also (Try changing your software sources download location first!):