Hi @lolzzzz,
try running the following terminal command (Ctrl + Alt + t) as it may just be a simple case of missing dependencies?:
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:
1 Like