Apt-Get Dependencies Won't Install

jadenPete

OK I'm kind of confused here. After I installed Code::Blocks from the website, a little error popped up the top bar. It said that "Error: BrokenCount > 0", and that one of my packages had unmet dependencies. I instantly knew this was Code::Blocks, because I recalled seeing an error when installing it, that it couldn't install the codeblocks-contrib package and some others. I have tried apt-get install -f, and all of the suggestions, and even going into the Software Center and clicking repair, but this launches similar errors that I found in the terminal. Here's my output of sudo apt-get install -f:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  codeblocks-contrib codeblocks-dev gamin libcodeblocks0 libgamin0
  libwxsmithlib-dev
Recommended packages:
  valgrind
The following packages will be REMOVED:
  codeblocks-headers
The following NEW packages will be installed:
  gamin libgamin0 libwxsmithlib-dev
The following packages will be upgraded:
  codeblocks-contrib codeblocks-dev libcodeblocks0
3 upgraded, 3 newly installed, 1 to remove and 0 not upgraded.
9 not fully installed or removed.
Need to get 0 B/5,309 kB of archives.
After this operation, 1,163 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 249992 files and directories currently installed.)
Preparing to unpack .../codeblocks-dev_13.12-3_amd64.deb ...
Unpacking codeblocks-dev (13.12-3) over (13.12-1) ...
dpkg: error processing archive /var/cache/apt/archives/codeblocks-dev_13.12-3_amd64.deb (--unpack):
 trying to overwrite '/usr/include/codeblocks/externaldepsdlg.h', which is also in package codeblocks-headers 13.12-1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/codeblocks-dev_13.12-3_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Th'Ink-King

Probably would be best to check for a ppa repo or see if it's in Ubuntu repo then sudo apt-get remove it and then sudo apt-get install it.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

apt-get: unmet dependencies, but dependencies can't install

From Dev

Install Failed - apt-get won't work

From Dev

apt-get has unmet dependencies, but apt-get -f install doesn't solve problem

From Dev

Dart won't get dependencies

From Dev

Does `apt-get install` install dependencies of dependencies?

From Dev

Does `apt-get install` install dependencies of dependencies?

From Dev

apt-get install without dependencies

From Dev

Do Dpkg and apt-get install dependencies?

From Dev

Undo apt-get install with many dependencies

From Dev

Do Dpkg and apt-get install dependencies?

From Dev

Why won't cpanm install dependencies?

From Dev

VLC won't install due to unmet dependencies

From Dev

Composer won't install package dependencies

From Dev

libapache2-mod-mono won't configure during apt-get install

From Dev

Ubuntu 16.04 broken kernel packages won't let me install or remove anything with apt-get

From Dev

Ubuntu 16.04 broken kernel packages won't let me install or remove anything with apt-get

From Dev

Can't use "apt-get install" anymore due to "unmet dependencies"

From Dev

The apt recipe won't install within my recipe

From Dev

DPKG/APT-GET simulated install while "hiding" dependencies

From Dev

sudo apt-get install show unmet dependencies

From Dev

Dependencies causing apt-get to fail to install gcc/g++

From Dev

sudo apt get-install g++ unmet dependencies

From Dev

apt-get install -f does not resolve dependencies

From Dev

Unmet dependencies, and 'apt-get -f install' not work (Ubuntu 12.04)

From Dev

sudo apt-get install show unmet dependencies

From Dev

Unmet dependencies. Try 'apt-get -f install'

From Dev

pip won't install my package's dependencies

From Dev

Google Chrome update won't install due to unmet dependencies

From Dev

Google Chrome update won't install due to unmet dependencies

Related Related

  1. 1

    apt-get: unmet dependencies, but dependencies can't install

  2. 2

    Install Failed - apt-get won't work

  3. 3

    apt-get has unmet dependencies, but apt-get -f install doesn't solve problem

  4. 4

    Dart won't get dependencies

  5. 5

    Does `apt-get install` install dependencies of dependencies?

  6. 6

    Does `apt-get install` install dependencies of dependencies?

  7. 7

    apt-get install without dependencies

  8. 8

    Do Dpkg and apt-get install dependencies?

  9. 9

    Undo apt-get install with many dependencies

  10. 10

    Do Dpkg and apt-get install dependencies?

  11. 11

    Why won't cpanm install dependencies?

  12. 12

    VLC won't install due to unmet dependencies

  13. 13

    Composer won't install package dependencies

  14. 14

    libapache2-mod-mono won't configure during apt-get install

  15. 15

    Ubuntu 16.04 broken kernel packages won't let me install or remove anything with apt-get

  16. 16

    Ubuntu 16.04 broken kernel packages won't let me install or remove anything with apt-get

  17. 17

    Can't use "apt-get install" anymore due to "unmet dependencies"

  18. 18

    The apt recipe won't install within my recipe

  19. 19

    DPKG/APT-GET simulated install while "hiding" dependencies

  20. 20

    sudo apt-get install show unmet dependencies

  21. 21

    Dependencies causing apt-get to fail to install gcc/g++

  22. 22

    sudo apt get-install g++ unmet dependencies

  23. 23

    apt-get install -f does not resolve dependencies

  24. 24

    Unmet dependencies, and 'apt-get -f install' not work (Ubuntu 12.04)

  25. 25

    sudo apt-get install show unmet dependencies

  26. 26

    Unmet dependencies. Try 'apt-get -f install'

  27. 27

    pip won't install my package's dependencies

  28. 28

    Google Chrome update won't install due to unmet dependencies

  29. 29

    Google Chrome update won't install due to unmet dependencies

HotTag

Archive