Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] (solved) -f install won't fix broken wine dependency  (Read 2787 times)

Dachs

  • Guest
[EN] (solved) -f install won't fix broken wine dependency
« on: 2015/06/02, 14:42:48 »
Hello.
After a dist-upgrade I had some unmet dependency, I tried apt-get -f install to fix it but I get the error dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
I've tried apt-get purge wine no joy.

Code: [Select]

You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 libwine : Breaks: libwine:i386 (!= 1.6.2-20) but 1.6.2-21 is installed
 libwine:i386 : Breaks: libwine (!= 1.6.2-21) but 1.6.2-20 is installed
E: Unmet dependencies. Try using -f.
root@cheekybadger:/home/Robert# 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:
  libwine
The following packages will be upgraded:
  libwine
1 upgraded, 0 newly installed, 0 to remove and 180 not upgraded.
52 not fully installed or removed.
Need to get 0 B/15.8 MB of archives.
After this operation, 226 kB disk space will be freed.
Do you want to continue? [Y/n] y
Reading changelogs... Done
(Reading database ... 308297 files and directories currently installed.)
Preparing to unpack .../libwine_1.6.2-21_amd64.deb ...
Unpacking libwine:amd64 (1.6.2-21) over (1.6.2-20) ...
dpkg: error processing archive /var/cache/apt/archives/libwine_1.6.2-21_amd64.deb (--unpack):
 trying to overwrite shared '/usr/share/wine/wine/fonts/sserifee.fon', which is different from other instances of package libwine:amd64
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/libwine_1.6.2-21_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

« Last Edit: 2015/06/11, 21:10:50 by Dachs »


Dachs

  • Guest
Re: (solved) -f install won't fix broken wine dependency
« Reply #2 on: 2015/06/11, 21:11:57 »
Thanks horo
thats fixed it.