When I try to run sudo apt-get upgrade, I get the following
So, I run sudo-apt -f install and it says
Have also tried
sudo apt-get clean && sudo apt-get update
then sudo dpkg --configure -a
this yields
Tried sudo apt-get remove bibletime and I get
So, I end up back at being told to run apt-get -f install. Vicious circle. Even tried Ubuntu software center. It complains there is a problem, offers to fix it. Then it complains there is a problem again.
lastly tried threatening machine, but that didn't work
Code:
virgil@reeser:~$ sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: libsword9 : Depends: libsword-common but it is not installed E: Unmet dependencies. Try using -f.
Code:
virgil@reeser:~$ sudo apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done The following extra packages will be installed: libsword-common The following NEW packages will be installed: libsword-common 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded. 2 not fully installed or removed. Need to get 0 B/113 kB of archives. After this operation, 537 kB of additional disk space will be used. Do you want to continue? [Y/n] y (Reading database ... 339864 files and directories currently installed.) Preparing to unpack .../libsword-common_1.6.2+dfsg-6build1_all.deb ... Unpacking libsword-common (1.6.2+dfsg-6build1) ... dpkg: error processing archive /var/cache/apt/archives/libsword-common_1.6.2+dfsg-6build1_all.deb (--unpack): trying to overwrite '/usr/share/sword/locales.d/de-utf8.conf', which is also in package libsword 1.7.3-2 dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/libsword-common_1.6.2+dfsg-6build1_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) virgil@reeser:~$
sudo apt-get clean && sudo apt-get update
then sudo dpkg --configure -a
this yields
Code:
virgil@reeser:~$ sudo dpkg --configure -a dpkg: dependency problems prevent configuration of libsword9: libsword9 depends on libsword-common; however: Package libsword-common is not installed. dpkg: error processing package libsword9 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of bibletime: bibletime depends on libsword9 (>= 1.6.2+dfsg); however: Package libsword9 is not configured yet. dpkg: error processing package bibletime (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: libsword9 bibletime
Code:
virgil@reeser:~$ sudo apt-get remove bibletime Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: libsword9 : Depends: libsword-common but it is not going to be installed Recommends: sword-frontend E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
lastly tried threatening machine, but that didn't work
Comment