Advertisement
EvilSupahFly

Now What?

Aug 16th, 2013
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. root@optiplex:~# apt-get install wine
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. You might want to run 'apt-get -f install' to correct these:
  6. The following packages have unmet dependencies:
  7. libc6 : Depends: libgcc1 but it is not going to be installed
  8. Suggests: glibc-doc but it is not going to be installed
  9. Suggests: debconf but it is not going to be installed or
  10. debconf-2.0
  11. Suggests: locales but it is not going to be installed
  12. wine : Depends: wine1.6 but it is not going to be installed
  13. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  14. root@optiplex:~# apt-get -f install
  15. Reading package lists... Done
  16. Building dependency tree
  17. Reading state information... Done
  18. Correcting dependencies... Done
  19. The following extra packages will be installed:
  20. libgcc1
  21. The following NEW packages will be installed:
  22. libgcc1
  23. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  24. 2 not fully installed or removed.
  25. Need to get 0 B/43.4 kB of archives.
  26. After this operation, 130 kB of additional disk space will be used.
  27. Do you want to continue [Y/n]? Y
  28. dpkg: regarding .../libgcc1_1%3a4.8.1-9ubuntu1_amd64.deb containing libgcc1:amd64, pre-dependency problem:
  29. libgcc1 pre-depends on multiarch-support
  30. multiarch-support is unpacked, but has never been configured.
  31.  
  32. dpkg: error processing /var/cache/apt/archives/libgcc1_1%3a4.8.1-9ubuntu1_amd64.deb (--unpack):
  33. pre-dependency problem - not installing libgcc1:amd64
  34. Errors were encountered while processing:
  35. /var/cache/apt/archives/libgcc1_1%3a4.8.1-9ubuntu1_amd64.deb
  36. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement