Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@optiplex:~# apt-get install wine
- 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:
- libc6 : Depends: libgcc1 but it is not going to be installed
- Suggests: glibc-doc but it is not going to be installed
- Suggests: debconf but it is not going to be installed or
- debconf-2.0
- Suggests: locales but it is not going to be installed
- wine : Depends: wine1.6 but it is not going to be installed
- E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
- root@optiplex:~# 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:
- libgcc1
- The following NEW packages will be installed:
- libgcc1
- 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
- 2 not fully installed or removed.
- Need to get 0 B/43.4 kB of archives.
- After this operation, 130 kB of additional disk space will be used.
- Do you want to continue [Y/n]? Y
- dpkg: regarding .../libgcc1_1%3a4.8.1-9ubuntu1_amd64.deb containing libgcc1:amd64, pre-dependency problem:
- libgcc1 pre-depends on multiarch-support
- multiarch-support is unpacked, but has never been configured.
- dpkg: error processing /var/cache/apt/archives/libgcc1_1%3a4.8.1-9ubuntu1_amd64.deb (--unpack):
- pre-dependency problem - not installing libgcc1:amd64
- Errors were encountered while processing:
- /var/cache/apt/archives/libgcc1_1%3a4.8.1-9ubuntu1_amd64.deb
- E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement