SHARE
TWEET
Untitled
a guest
Nov 13th, 2012
42
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- # as you can see i am trying to install virtualbox and apt-get talks to me about insync deps as
- # well (its a gdrive client , has nothing to do with it)
- sudo apt-get install virtualbox-4.2
- 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:
- insync-beta-gnome : Depends: insync-beta-gnome-cinnamon-common but it is not going to be installed
- virtualbox-4.2 : Recommends: libsdl-ttf2.0-0 but it is not going to be installed
- Conflicts: virtualbox
- E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
- #lets try -f
- 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:
- insync-beta-gnome-cinnamon-common
- The following NEW packages will be installed:
- insync-beta-gnome-cinnamon-common
- 0 upgraded, 1 newly installed, 0 to remove and 36 not upgraded.
- 1 not fully installed or removed.
- Need to get 0 B/6,872 kB of archives.
- After this operation, 18.2 MB of additional disk space will be used.
- Do you want to continue [Y/n]?
- (Reading database ... 432394 files and directories currently installed.)
- Unpacking insync-beta-gnome-cinnamon-common (from .../insync-beta-gnome-cinnamon-common_0.9.25_i386.deb) ...
- dpkg: error processing /var/cache/apt/archives/insync-beta-gnome-cinnamon-common_0.9.25_i386.deb (--unpack):
- trying to overwrite '/usr/bin/insync', which is also in package insync-beta-ubuntu 0.9.25
- No apport report written because MaxReports is reached already
- dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
- Errors were encountered while processing:
- /var/cache/apt/archives/insync-beta-gnome-cinnamon-common_0.9.25_i386.deb
- E: Sub-process /usr/bin/dpkg returned an error code (1)
RAW Paste Data
