root@dm920:~# apt-get install wget
Reading package lists... Done
Building dependency tree
Reading state information... Done
wget is already the newest version (1.17.1-r0.0).
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
python-backports-functools-lru-cache : Depends: python-backports-init but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@dm920:~#
root@dm920:~# wget https://dream-alpha.github.io/TMDBCockpit/tmdb.sh -O - | /bin/sh
Connecting to dream-alpha.github.io (185.199.xxx.xxx:xxx)
wget: error getting response: Network is unreachable
root@dm920:~#
root@dm920:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
python-backports-init
The following NEW packages will be installed:
python-backports-init
0 upgraded, 1 newly installed, 0 to remove and 169 not upgraded.
9 not fully installed or removed.
Need to get 0 B/1.036 B of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Preparing to unpack .../python-backports-init_1.0-r0.0_armhf.deb ...
Unpacking python-backports-init (1.0-r0.0) ...
dpkg: error processing archive /var/cache/apt/archives/python-backports-init_1.0-r0.0_armhf.deb (--unpack):
trying to overwrite '/usr/lib/python2.7/site-packages/backports/__init__.py', which is also in package python-backports-lzma 0.0.3-r0.1
Errors were encountered while processing:
/var/cache/apt/archives/python-backports-init_1.0-r0.0_armhf.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)