Can't install Code::Blocks plugin wxsmithBroken dependencies after installing SkypeRhythmbox updates failingNew software can't be installed, because there is a problem with the software currently installed. Do you want to repair this problem now?Can't install clamav dependencies?How do I fix dependency and tar problems with linux-image-extra* package?False disk full error: apt-get unable to install or removeInstalling KDE desktop in ubuntu 16.04 errorError occued during server update. libklibc error
What is the purpose of this circuit?
What is the name of this current called in this regulator datasheet?
Does the coriolis force have an effect on the direction in which an aircraft travels?
In Flanders Fields
Can I "read" from English books to my infant, but use words from my native language?
Co-curricular lessons between geometry and chemistry?
Phrase/Word-pair for a variant of master-slave relationship
Switching engine coolant with similar properties oil
ASCII texturing
Why are there so many binary systems
Weird Power Outage in Certain Rooms- Condominium
A robot surviving on top of a 3x3 platform
What is an example of a sequence which "thins out" and is finite?
In an interview, is it self-defeating to say you use StackOverflow to find errors in code?
Why is hydro-electric power still scarce in some places?
How to respond to requests to retest, in hope that the bug is gone?
Does Global Entry require agreeing to a higher standard of behavior?
Is Scrum actuably suitable for all kind of projects?
Mostly pluses and minuses: says Grandpa
Has Donald Duck ever had any love interest besides Daisy?
Are we sinners because we sin or do we sin because we are sinners?
Elsewhere in the beginning of a sentence
On the method described by Purcell for finding the magnetic field by measuring the force on a test particle
Why would a family misspell their surname?
Can't install Code::Blocks plugin wxsmith
Broken dependencies after installing SkypeRhythmbox updates failingNew software can't be installed, because there is a problem with the software currently installed. Do you want to repair this problem now?Can't install clamav dependencies?How do I fix dependency and tar problems with linux-image-extra* package?False disk full error: apt-get unable to install or removeInstalling KDE desktop in ubuntu 16.04 errorError occued during server update. libklibc error
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I am trying to install wxsmith plugin for codeblocks. I have a running Code::Blocks 13.12 in my computer. This is what I did:
sudo apt-get install codeblocks-contrib codeblocks-wxcontrib-dev
It downloaded the plugin but couldn't install it giving me the following error message.
dpkg: error processing archive /var/cache/apt/archives/codeblocks-contrib_13.12-3_amd64.deb (--unpack):
trying to overwrite '/usr/lib/pkgconfig/cb_wximagepanel.pc', which is also in package codeblocks-wxcontrib-dev 13.12-1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/codeblocks-contrib_13.12-3_amd64.deb
package-management updates dpkg code-blocks
add a comment
|
I am trying to install wxsmith plugin for codeblocks. I have a running Code::Blocks 13.12 in my computer. This is what I did:
sudo apt-get install codeblocks-contrib codeblocks-wxcontrib-dev
It downloaded the plugin but couldn't install it giving me the following error message.
dpkg: error processing archive /var/cache/apt/archives/codeblocks-contrib_13.12-3_amd64.deb (--unpack):
trying to overwrite '/usr/lib/pkgconfig/cb_wximagepanel.pc', which is also in package codeblocks-wxcontrib-dev 13.12-1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/codeblocks-contrib_13.12-3_amd64.deb
package-management updates dpkg code-blocks
Thank you I resolved this one. The problem seemed the same that the versions were different.
– pranphy
Mar 25 '15 at 8:31
Thought that gives some idea as what might the problem be, but doesn't exhaustively explain how to do that?
– pranphy
Apr 5 '15 at 15:24
I first downloaded Code::Blocks and thensudo dpkg -i *.deb
inside the directory containing the.deb
files of Code::Blocks only.
– pranphy
Apr 9 '15 at 16:07
add a comment
|
I am trying to install wxsmith plugin for codeblocks. I have a running Code::Blocks 13.12 in my computer. This is what I did:
sudo apt-get install codeblocks-contrib codeblocks-wxcontrib-dev
It downloaded the plugin but couldn't install it giving me the following error message.
dpkg: error processing archive /var/cache/apt/archives/codeblocks-contrib_13.12-3_amd64.deb (--unpack):
trying to overwrite '/usr/lib/pkgconfig/cb_wximagepanel.pc', which is also in package codeblocks-wxcontrib-dev 13.12-1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/codeblocks-contrib_13.12-3_amd64.deb
package-management updates dpkg code-blocks
I am trying to install wxsmith plugin for codeblocks. I have a running Code::Blocks 13.12 in my computer. This is what I did:
sudo apt-get install codeblocks-contrib codeblocks-wxcontrib-dev
It downloaded the plugin but couldn't install it giving me the following error message.
dpkg: error processing archive /var/cache/apt/archives/codeblocks-contrib_13.12-3_amd64.deb (--unpack):
trying to overwrite '/usr/lib/pkgconfig/cb_wximagepanel.pc', which is also in package codeblocks-wxcontrib-dev 13.12-1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/codeblocks-contrib_13.12-3_amd64.deb
package-management updates dpkg code-blocks
package-management updates dpkg code-blocks
edited Apr 5 '15 at 18:27
pranphy
asked Mar 22 '15 at 9:46
pranphypranphy
1,0996 gold badges16 silver badges26 bronze badges
1,0996 gold badges16 silver badges26 bronze badges
Thank you I resolved this one. The problem seemed the same that the versions were different.
– pranphy
Mar 25 '15 at 8:31
Thought that gives some idea as what might the problem be, but doesn't exhaustively explain how to do that?
– pranphy
Apr 5 '15 at 15:24
I first downloaded Code::Blocks and thensudo dpkg -i *.deb
inside the directory containing the.deb
files of Code::Blocks only.
– pranphy
Apr 9 '15 at 16:07
add a comment
|
Thank you I resolved this one. The problem seemed the same that the versions were different.
– pranphy
Mar 25 '15 at 8:31
Thought that gives some idea as what might the problem be, but doesn't exhaustively explain how to do that?
– pranphy
Apr 5 '15 at 15:24
I first downloaded Code::Blocks and thensudo dpkg -i *.deb
inside the directory containing the.deb
files of Code::Blocks only.
– pranphy
Apr 9 '15 at 16:07
Thank you I resolved this one. The problem seemed the same that the versions were different.
– pranphy
Mar 25 '15 at 8:31
Thank you I resolved this one. The problem seemed the same that the versions were different.
– pranphy
Mar 25 '15 at 8:31
Thought that gives some idea as what might the problem be, but doesn't exhaustively explain how to do that?
– pranphy
Apr 5 '15 at 15:24
Thought that gives some idea as what might the problem be, but doesn't exhaustively explain how to do that?
– pranphy
Apr 5 '15 at 15:24
I first downloaded Code::Blocks and then
sudo dpkg -i *.deb
inside the directory containing the .deb
files of Code::Blocks only.– pranphy
Apr 9 '15 at 16:07
I first downloaded Code::Blocks and then
sudo dpkg -i *.deb
inside the directory containing the .deb
files of Code::Blocks only.– pranphy
Apr 9 '15 at 16:07
add a comment
|
1 Answer
1
active
oldest
votes
You need to install the same version of codeblocks-contrib
and codeblocks-wxcontrib-dev
. This would resolve your issue cleanly, because it looks like the package maintainers decided to move a file from one package to another in between the two versions, which created the conflict you're currently facing.
You appear to have installed those packages with APT, which doesn't resolve the package removal and installation sequence correctly (probably due to incorrect package conflict entries). Therefore you need to download manually and install those packages forcefully:
apt-get download codeblocks-contrib codeblocks-wxcontrib-dev
sudo dpkg -i --force-overwrite --force-overwrite-dir codeblocks-contrib_*.deb codeblocks-wxcontrib-dev_*.deb
Alternatively, remove both packages and re-install them:
sudo apt-get remove codeblocks-contrib codeblocks-wxcontrib-dev
sudo apt-get install codeblocks-contrib codeblocks-wxcontrib-dev
Removing and reinstalling did the job for me.
– pranphy
Apr 9 '15 at 16:11
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f599802%2fcant-install-codeblocks-plugin-wxsmith%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to install the same version of codeblocks-contrib
and codeblocks-wxcontrib-dev
. This would resolve your issue cleanly, because it looks like the package maintainers decided to move a file from one package to another in between the two versions, which created the conflict you're currently facing.
You appear to have installed those packages with APT, which doesn't resolve the package removal and installation sequence correctly (probably due to incorrect package conflict entries). Therefore you need to download manually and install those packages forcefully:
apt-get download codeblocks-contrib codeblocks-wxcontrib-dev
sudo dpkg -i --force-overwrite --force-overwrite-dir codeblocks-contrib_*.deb codeblocks-wxcontrib-dev_*.deb
Alternatively, remove both packages and re-install them:
sudo apt-get remove codeblocks-contrib codeblocks-wxcontrib-dev
sudo apt-get install codeblocks-contrib codeblocks-wxcontrib-dev
Removing and reinstalling did the job for me.
– pranphy
Apr 9 '15 at 16:11
add a comment
|
You need to install the same version of codeblocks-contrib
and codeblocks-wxcontrib-dev
. This would resolve your issue cleanly, because it looks like the package maintainers decided to move a file from one package to another in between the two versions, which created the conflict you're currently facing.
You appear to have installed those packages with APT, which doesn't resolve the package removal and installation sequence correctly (probably due to incorrect package conflict entries). Therefore you need to download manually and install those packages forcefully:
apt-get download codeblocks-contrib codeblocks-wxcontrib-dev
sudo dpkg -i --force-overwrite --force-overwrite-dir codeblocks-contrib_*.deb codeblocks-wxcontrib-dev_*.deb
Alternatively, remove both packages and re-install them:
sudo apt-get remove codeblocks-contrib codeblocks-wxcontrib-dev
sudo apt-get install codeblocks-contrib codeblocks-wxcontrib-dev
Removing and reinstalling did the job for me.
– pranphy
Apr 9 '15 at 16:11
add a comment
|
You need to install the same version of codeblocks-contrib
and codeblocks-wxcontrib-dev
. This would resolve your issue cleanly, because it looks like the package maintainers decided to move a file from one package to another in between the two versions, which created the conflict you're currently facing.
You appear to have installed those packages with APT, which doesn't resolve the package removal and installation sequence correctly (probably due to incorrect package conflict entries). Therefore you need to download manually and install those packages forcefully:
apt-get download codeblocks-contrib codeblocks-wxcontrib-dev
sudo dpkg -i --force-overwrite --force-overwrite-dir codeblocks-contrib_*.deb codeblocks-wxcontrib-dev_*.deb
Alternatively, remove both packages and re-install them:
sudo apt-get remove codeblocks-contrib codeblocks-wxcontrib-dev
sudo apt-get install codeblocks-contrib codeblocks-wxcontrib-dev
You need to install the same version of codeblocks-contrib
and codeblocks-wxcontrib-dev
. This would resolve your issue cleanly, because it looks like the package maintainers decided to move a file from one package to another in between the two versions, which created the conflict you're currently facing.
You appear to have installed those packages with APT, which doesn't resolve the package removal and installation sequence correctly (probably due to incorrect package conflict entries). Therefore you need to download manually and install those packages forcefully:
apt-get download codeblocks-contrib codeblocks-wxcontrib-dev
sudo dpkg -i --force-overwrite --force-overwrite-dir codeblocks-contrib_*.deb codeblocks-wxcontrib-dev_*.deb
Alternatively, remove both packages and re-install them:
sudo apt-get remove codeblocks-contrib codeblocks-wxcontrib-dev
sudo apt-get install codeblocks-contrib codeblocks-wxcontrib-dev
edited Apr 5 '15 at 18:29
answered Mar 25 '15 at 10:42
David FoersterDavid Foerster
29.8k13 gold badges70 silver badges117 bronze badges
29.8k13 gold badges70 silver badges117 bronze badges
Removing and reinstalling did the job for me.
– pranphy
Apr 9 '15 at 16:11
add a comment
|
Removing and reinstalling did the job for me.
– pranphy
Apr 9 '15 at 16:11
Removing and reinstalling did the job for me.
– pranphy
Apr 9 '15 at 16:11
Removing and reinstalling did the job for me.
– pranphy
Apr 9 '15 at 16:11
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f599802%2fcant-install-codeblocks-plugin-wxsmith%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Thank you I resolved this one. The problem seemed the same that the versions were different.
– pranphy
Mar 25 '15 at 8:31
Thought that gives some idea as what might the problem be, but doesn't exhaustively explain how to do that?
– pranphy
Apr 5 '15 at 15:24
I first downloaded Code::Blocks and then
sudo dpkg -i *.deb
inside the directory containing the.deb
files of Code::Blocks only.– pranphy
Apr 9 '15 at 16:07