When I attempt to run sudo apt-get -f install
I get the this:
Preparing to unpack .../libpython3.4-stdlib_3.4.3-1ubuntu1~14.04.7_amd64.deb ...
Unpacking libpython3.4-stdlib:amd64 (3.4.3-1ubuntu1~14.04.7) over (3.4.3-1ubuntu1~14.04.6) ...
dpkg: error processing archive /var/cache/apt/archives/libpython3.4-stdlib_3.4.3-1ubuntu1~14.04.7_amd64.deb (--unpack):
unable to move aside `./usr/lib/python3.4/urllib/error.py' to install new version: Invalid cross-device link
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/libpython3.4-stdlib_3.4.3-1ubuntu1~14.04.7_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any idea how I can fix it? This is on Ubuntu 14.04.6 LTS (GNU/Linux 3.13.0-042stab144.1 x86_64)
Thanks